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 4b0db94..4250353 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,5 +7,5 @@
RewriteRule ^(.*)$ - [L]
RewriteRule ^view/(.*)$ index.php?page=$1 [L,QSA]
- RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]
+ RewriteRule ^(.*)$ index.php?page=$1 [L,QSA,B]
</IfModule>