![]() |
Fancy URLs all of a sudden stop working? - 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: Fancy URLs all of a sudden stop working? (/showthread.php?tid=14822) |
Fancy URLs all of a sudden stop working? - El Forum - 01-16-2009 [eluser]Lowkase[/eluser] Hi, All of a sudden its seems like the mod rewrite on my website stopped working: www.northcountryliving.ca I haven't changed anything in the code base, its like someone flicked a switch from working to not working. Any suggestions on what is happening? Thank you. Cheers, Lowkase Fancy URLs all of a sudden stop working? - El Forum - 01-16-2009 [eluser]Xelgen[/eluser] Once I had same problem, when moved working project from local machine, to the hosting. Try playing around with $config['uri_protocol'] in your config.php, there is more info commented in config.php Fancy URLs all of a sudden stop working? - El Forum - 01-16-2009 [eluser]Lowkase[/eluser] Xelgen, Thank you very much! Problem solved. I think I had a couple config.php files open at the same time last week and mixed the two up. I hate when I make silly mistakes like this ![]() Cheers, Lowkase |