summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-05-04 06:04:29 +0000
committerChristian Fowler <spider@viovio.com>2007-05-04 06:04:29 +0000
commit7b1edaa34f758684f8d52d3f20e964644ca345bf (patch)
treef82f75bea7485cdee13d0f6aead4ab0dca3a2d22 /.htaccess
parent9a724e1206d49795069d9455e902c983a59dadd4 (diff)
downloadwiki-7b1edaa34f758684f8d52d3f20e964644ca345bf.tar.gz
wiki-7b1edaa34f758684f8d52d3f20e964644ca345bf.tar.bz2
wiki-7b1edaa34f758684f8d52d3f20e964644ca345bf.zip
add QSA to rewrite
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 951cbf6..e32edb2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -6,5 +6,5 @@
RewriteCond %{SCRIPT_FILENAME}/index.php -f
RewriteRule ^(.*)$ - [L]
- RewriteRule ^(.*)$ index.php?page=$1 [L]
+ RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]
</IfModule>