Welcome Guest, Not a member yet? Register   Sign In
[NEED URGENT HELP] All controllers showing 404 except default controller
#16

(This post was last modified: 05-16-2015, 03:54 PM by CroNiX.)

Try this htaccess
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

When you say it works on localhost but not on server...and "so there is no chance for this type of error."... That is absolutely not true unless your server has the exact same OS, webserver, modules, php version, php modules, setup, etc as your development server which most likely isn't the case unless you're using a virtual machine or something. Some OS's are case sensitive when it comes to filenames and others aren't.
Reply


Messages In This Thread
RE: [NEED URGENT HELP] All controllers showing 404 except default controller - by CroNiX - 05-16-2015, 03:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB