mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Using QSA RewriteRule flag in .htaccess instead of manually appending (fixes #6593, thanks smares)
This commit is contained in:
parent
940df33c44
commit
e4031aa344
@ -23,6 +23,6 @@ ErrorDocument 500 /assets/error-500.html
|
|||||||
|
|
||||||
RewriteCond %{REQUEST_URI} ^(.*)$
|
RewriteCond %{REQUEST_URI} ^(.*)$
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
|
RewriteRule .* sapphire/main.php?url=%1 [QSA,L]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
### SILVERSTRIPE END ###
|
### SILVERSTRIPE END ###
|
||||||
|
Loading…
Reference in New Issue
Block a user