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

[eluser]BrianDHall[/eluser]
It sounds like it must be something related to your .htaccess file - here's mine, you might try it:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]

Obviously you'll need to add the directories/files that aren't CI. See if this makes any difference at all.

I'm afraid I don't even fully understand modrewrite, I just kept trying different code snippits until I got one that worked for me Smile


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



Theme © iAndrew 2016 - Forum software by © MyBB