Welcome Guest, Not a member yet? Register   Sign In
[An Error Was Encountered] The URI you submitted has disallowed characters
#14

[eluser]WebsiteDuck[/eluser]
If you're using rewrite in your .htaccess file and your GET parameters aren't coming through, try this:

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L,QSA]
</IfModule>

QSA is query string append


Messages In This Thread
[An Error Was Encountered] The URI you submitted has disallowed characters - by El Forum - 01-08-2010, 12:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB