summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 12b0c33c7..3db273e18 100644
--- a/.htaccess
+++ b/.htaccess
@@ -40,7 +40,7 @@ ErrorDocument 500 /error.php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule ^(.*)$ index.php?q=$1 [L]
+ RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
RewriteRule ^blog/(.*) /index.php?q=blog/$1 [R]
</IfModule>