summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index c6fe712..4b0db94 100644
--- a/.htaccess
+++ b/.htaccess
@@ -6,6 +6,6 @@
RewriteCond %{SCRIPT_FILENAME}/index.php -f
RewriteRule ^(.*)$ - [L]
- RewriteRule ^view/(.*)$ index.php?page=$1 [L]
+ RewriteRule ^view/(.*)$ index.php?page=$1 [L,QSA]
RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]
</IfModule>