Bug fix for ticket 753

darcs-hash:20081113212214-0aa81-542425ff91428f38985c0acd36c15319bd2f5ec7.gz
This commit is contained in:
tryggvib 2008-11-13 16:22:14 -05:00
parent 8250d8a350
commit ab7978fc5f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ RewriteRule ^message/(\d+)$ index.php?action=showmessage&message=$1 [L,QSA]
RewriteRule ^user/(\d+)$ index.php?action=userbyid&id=$1 [L,QSA]
RewriteRule ^tags/?$ index.php?action=tag [L,QSA]
RewriteRule ^tag(/(.*))?/rss$ index.php?action=tagrss&tag=$2 [L,QSA]
RewriteRule ^tag(/(.*))+/rss$ index.php?action=tagrss&tag=$2 [L,QSA]
RewriteRule ^tag(/(.*))?$ index.php?action=tag&tag=$2 [L,QSA]
RewriteRule ^(\w+)/subscriptions$ index.php?action=subscriptions&nickname=$1 [L,QSA]