CodeIgniter Forums
How Do I install CI on a GoDaddy Deluxe hosting ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How Do I install CI on a GoDaddy Deluxe hosting ? (/showthread.php?tid=26089)



How Do I install CI on a GoDaddy Deluxe hosting ? - El Forum - 01-05-2010

[eluser]Stephane02[/eluser]
Hi,

Can you help me to install CI on my GoDaddy hosting. This is my preferred hosting service so I'm not interested in switching. I just want to install it and run my apps without INDEX.PHP in the url. Can you help me please?

Thx a lot!

Stephane


How Do I install CI on a GoDaddy Deluxe hosting ? - El Forum - 01-05-2010

[eluser]brianw1975[/eluser]
I've used a godaddy dedicated server and its just like all the other servers... so I would assume the rest of them are too, unless you choose a Windows OS for your server.


How Do I install CI on a GoDaddy Deluxe hosting ? - El Forum - 01-06-2010

[eluser]paulon[/eluser]
i have the same problem here...
i upload my file to godaddy.com and im having a 404 page not found error..

i change my $config['base_url'] = "http://wwww.somesite.com/ci_files/";

what should i do?


How Do I install CI on a GoDaddy Deluxe hosting ? - El Forum - 01-06-2010

[eluser]handiyman[/eluser]
talk to your host.. it may be related to mod_rewrite functions


How Do I install CI on a GoDaddy Deluxe hosting ? - El Forum - 01-06-2010

[eluser]paulon[/eluser]
[quote author="handiyman" date="1262784413"]talk to your host.. it may be related to mod_rewrite functions[/quote]
mod_rewrite? even if i didn't see any .httaccess in my hosting folder?


How Do I install CI on a GoDaddy Deluxe hosting ? - El Forum - 01-06-2010

[eluser]paulon[/eluser]
i think there isn't a problem with mod_rewrite because i did type in some file withing that folder and i can access it. their is some problem in scripting. and i also call them it definitely a scripting problem


How Do I install CI on a GoDaddy Deluxe hosting ? - El Forum - 01-06-2010

[eluser]handiyman[/eluser]
[quote author="Stephane02" date="1262762326"]

I just want to install it and run my apps without INDEX.PHP in the url.

[/quote]
To use it without index.php mod_rewrite is needed.

[quote author="paulon" date="1262787286"]i think there isn't a problem with mod_rewrite because i did type in some file withing that folder and i can access it. their is some problem in scripting. and i also call them it definitely a scripting problem[/quote]

If you access http://wwww.somesite.com/ci_files/index.php are you getting
Quote:Welcome to CodeIgniter!
The page you are looking at is being generated dynamically by CodeIgniter.

If you would like to edit this page you'll find it located at:

system/application/views/welcome_message.php
The corresponding controller for this page is found at:

system/application/controllers/welcome.php
If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.


Page rendered in 0.0101 seconds
message?


How Do I install CI on a GoDaddy Deluxe hosting ? - El Forum - 01-08-2010

[eluser]paulon[/eluser]
thx for the response., already got the answer check this link.
how to work with godaddy