CodeIgniter Forums
Issue to load index page - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Issue to load index page (/showthread.php?tid=22544)



Issue to load index page - El Forum - 09-13-2009

[eluser]TrexXx[/eluser]
Hello everyone,

I have uploaded my project on my server (1and1), but I have a problem.
The URL of my web site is : http://www.sasravey.fr , but when you go to, it doesnt work, I see the 404 error page.
If I go to http://www.sasravey.fr/index.php/ , it works...
Where is the problem ?

Thanks for your help


Issue to load index page - El Forum - 09-13-2009

[eluser]bitist[/eluser]
You could try to change the uri_protocol in your config file. To be something like this:
Code:
$config['uri_protocol'] = "REQUEST_URI";