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 ###