404 Error Pages Don't Work for Me |
[eluser]Burak Erdem[/eluser]
@Cro_Crx It doesn't show any error page in Google Chrome because Chrome never stops loading the page. Firefox gives the standard "File Not Found" error. Let me explain this a bit more. I have a controller named "user" and a "details" function in this controller. When I browse to http://localhost/public/user/details my browser successfully displays the page. But when I try to browse like http://localhost/public/user/login (which "login" function doesn't exist) Google Chrome never stops loading, and Firefox gives the above error. Btw I've changed the directory structure a little bit. But I think directory structure has no effect on this because when I try this with the standard CI installation, this situation doesn't change. This is what my directory structure looks like. [Image: http://img18.imageshack.us/img18/1487/74675804.th.png] Here is my /public/.htaccess file Code: <IfModule mod_rewrite.c> And my /public/index.php file (removed comments, edited $system_folder and $application_folder) Code: <?php |
Messages In This Thread |
404 Error Pages Don't Work for Me - by El Forum - 07-30-2009, 06:58 AM
404 Error Pages Don't Work for Me - by El Forum - 07-31-2009, 09:24 AM
404 Error Pages Don't Work for Me - by El Forum - 08-01-2009, 08:37 AM
404 Error Pages Don't Work for Me - by El Forum - 08-09-2009, 03:41 PM
404 Error Pages Don't Work for Me - by El Forum - 08-09-2009, 03:50 PM
404 Error Pages Don't Work for Me - by El Forum - 08-09-2009, 03:57 PM
404 Error Pages Don't Work for Me - by El Forum - 08-09-2009, 04:00 PM
404 Error Pages Don't Work for Me - by El Forum - 08-09-2009, 04:09 PM
404 Error Pages Don't Work for Me - by El Forum - 08-09-2009, 04:22 PM
404 Error Pages Don't Work for Me - by El Forum - 10-09-2009, 04:55 PM
|