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

(05-16-2015, 05:42 AM)Muzikant Wrote: Just blind guess - Try to add "RewriteBase /" to your .htaccess file:

Code:
RewriteEngine On
RewriteBase /
...

Or try any of these:
.htaccess for CodeIgniter

Nothing


Code:
RewriteEngine On

RewriteBase /
RewriteCond %{REQUEST_URI} ^system.*
RewriteCond $1 !^(index\.php|images|js|uploads|css|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
"Who thinks in code"
Perfectly describes who I am
mbparvez.me
Reply


Messages In This Thread
RE: [NEED URGENT HELP] All controllers showing 404 except default controller - by webdevron - 05-16-2015, 05:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB