summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authortryggvib <tryggvib@hi.is>2008-11-13 16:22:14 -0500
committertryggvib <tryggvib@hi.is>2008-11-13 16:22:14 -0500
commitab7978fc5faf729b3860548ea3fea51107ff80aa (patch)
tree2bbb9df9312ae3a47a4b4a9c0eb165183afc11cb /htaccess.sample
parent8250d8a350f91494a4ca5d71e711aa5ecd91dff5 (diff)
Bug fix for ticket 753
darcs-hash:20081113212214-0aa81-542425ff91428f38985c0acd36c15319bd2f5ec7.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/htaccess.sample b/htaccess.sample
index daa4cafd6..d57bd0979 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -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]