summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-14 23:55:10 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-14 23:55:10 -0400
commit7ad2b42bc36a13917666ad69b81cfb779a03a22a (patch)
treefdf99b9cc9df01c58a8c0f9ddfdb1461b7e7e0a9 /htaccess.sample
parent83e303fe270fa86fc0a289cf141a103f5bfd3787 (diff)
before and after are switched, pass QSA in some rewrite rules
darcs-hash:20080615035510-84dde-3026b20678070004d8e8439d5e08e01ee6ef2b8b.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/htaccess.sample b/htaccess.sample
index 604326fe8..92edce2f4 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -1,7 +1,7 @@
RewriteEngine On
-RewriteRule ^$ index.php?action=public [L]
-RewriteRule ^rss$ index.php?action=publicrss [L]
+RewriteRule ^$ index.php?action=public [L,QSA]
+RewriteRule ^rss$ index.php?action=publicrss [L,QSA]
RewriteRule ^doc/about$ index.php?action=doc&title=about [L,QSA]
RewriteRule ^doc/help$ index.php?action=doc&title=help [L,QSA]