From e4031aa3444f5ee065c9858c623ba2cba86feb3d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 14 Apr 2011 21:07:17 +1200 Subject: [PATCH] MINOR Using QSA RewriteRule flag in .htaccess instead of manually appending (fixes #6593, thanks smares) --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 804c1ad..bb415e0 100644 --- a/.htaccess +++ b/.htaccess @@ -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] ### SILVERSTRIPE END ###