CodeIgniter Forums
CodeIgniter on HostGator - .htaccess Issue - 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: CodeIgniter on HostGator - .htaccess Issue (/showthread.php?tid=11279)



CodeIgniter on HostGator - .htaccess Issue - El Forum - 09-02-2008

[eluser]Jay Logan[/eluser]
HostGator is in the process of upgraded all there servers to MySQL 5 and PHP 5. For some CI users, this may cause your index.php removal mod to stop working. A quick fix for this is to open your config.php file and change your uri_protocol to "REQUEST_URI". I found this out and it saved me a major headache so I figured I would pass the info along to you guys.


CodeIgniter on HostGator - .htaccess Issue - El Forum - 11-17-2008

[eluser]Jérôme Jaglale[/eluser]
I was wasting my time trying to figure out what was wrong. Thank you very much!


CodeIgniter on HostGator - .htaccess Issue - El Forum - 12-20-2008

[eluser]The Wizard[/eluser]
[quote author="J-Slim" date="1220384040"]HostGator is in the process of upgraded all there servers to MySQL 5 and PHP 5. For some CI users, this may cause your index.php removal mod to stop working. A quick fix for this is to open your config.php file and change your uri_protocol to "REQUEST_URI". I found this out and it saved me a major headache so I figured I would pass the info along to you guys.[/quote]

i love you, thanksSmile


CodeIgniter on HostGator - .htaccess Issue - El Forum - 04-05-2009

[eluser]roj[/eluser]
Thanks!!

This has got me 50% of the way there!


CodeIgniter on HostGator - .htaccess Issue - El Forum - 06-21-2010

[eluser]TheGman[/eluser]
Thanks, worked perfectly!!!