MINOR Using QSA RewriteRule flag in .htaccess instead of manually appending (fixes #6593, thanks smares)

This commit is contained in:
Ingo Schommer 2011-04-14 21:07:17 +12:00
parent 940df33c44
commit e4031aa344
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ ErrorDocument 500 /assets/error-500.html
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
RewriteRule .* sapphire/main.php?url=%1 [QSA,L]
</IfModule>
### SILVERSTRIPE END ###