![]() |
Question about 404 - 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: Question about 404 (/showthread.php?tid=10091) |
Question about 404 - El Forum - 07-18-2008 [eluser]Asinox[/eluser] hello, i hav another question about CI, my local url for my project is http://localhost/ci, is fine, but http://localhost/ci/index.php is fine too, but how ill redirect if somebode try to go to http://localhost/ci/pagesX and this page dont exists? Thanks Question about 404 - El Forum - 07-18-2008 [eluser]Novarg[/eluser] Try this http://localhost/ci/index.php/pagesX May be you not turned on url rewriting? Check CI doc http://ellislab.com/codeigniter/user-guide/general/urls.html |