Welcome Guest, Not a member yet? Register   Sign In
htaccess works on home server but not on hosting account
#9

[eluser]derekmichaeljohnson[/eluser]
[quote author="Ludatha" date="1252247403"]That made my homepage load but none of the links...[/quote]
Whenever I have a CI app on someone else's server and this happens, I adjust the following line in the config.php file:
Code:
$config['uri_protocol']    = "AUTO";
Try changing it to:
Code:
$config['uri_protocol']    = "REQUEST_URI";


Messages In This Thread
htaccess works on home server but not on hosting account - by El Forum - 09-06-2009, 07:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB