forked from GNUsocial/gnu-social
before and after are switched, pass QSA in some rewrite rules
darcs-hash:20080615035510-84dde-3026b20678070004d8e8439d5e08e01ee6ef2b8b.gz
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user