Welcome Guest, Not a member yet? Register   Sign In
404 errors & The URI you submitted has disallowed characters. on non CI pages
#5

[eluser]Mareshal[/eluser]
RewriteEngine On
RewriteBase /
RewriteCond $1 !^(index\.php|images|stylesheets|javascript)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

Why do I think you forgot about rewrite base /


Messages In This Thread
404 errors & The URI you submitted has disallowed characters. on non CI pages - by El Forum - 09-03-2009, 11:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB