diff --git a/.htaccess b/.htaccess
index 12b0c33c7d36c5ebadd33e51a18b2c91f1b3e2f8..3db273e1833743dfac850dbc85241361b006209b 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>