![]() |
Fresh installation CI 2.0 - error at startup : 404 Page Not Found with REQUEST_URI - 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: Fresh installation CI 2.0 - error at startup : 404 Page Not Found with REQUEST_URI (/showthread.php?tid=38173) |
Fresh installation CI 2.0 - error at startup : 404 Page Not Found with REQUEST_URI - El Forum - 02-01-2011 [eluser]bgougent[/eluser] In my previous version I needed to use Code: $config['uri_protocol'] = 'REQUEST_URI'; When I try this on CI 2 it is not working and gives me a 404. The other settings does not give a good result (like in CI 1.7.x) when I want to go to an other controller. Please some advice... |