![]() |
My site is showing default apache 404 errors, not CodeIgniters.. - 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: My site is showing default apache 404 errors, not CodeIgniters.. (/showthread.php?tid=34910) |
My site is showing default apache 404 errors, not CodeIgniters.. - El Forum - 10-13-2010 [eluser]timotheus[/eluser] I've used CI for several projects now and love it. Strange thing with my current one.. When I try to hit a controller that isn't there, instead of getting the clean CodeIgniter 404 error, I'm getting the default Apache 404 error. Any ideas? Thanks. My site is showing default apache 404 errors, not CodeIgniters.. - El Forum - 10-13-2010 [eluser]Jônatan fróes[/eluser] Are you using a shared hosting? Maybe they've added something... Also check you .htaccess file. My site is showing default apache 404 errors, not CodeIgniters.. - El Forum - 10-13-2010 [eluser]timotheus[/eluser] Actually I figured out what the issue is, I don't have mod_rewrite enabled on this server. None of the URLs work. heh. :/ |