From ab7978fc5faf729b3860548ea3fea51107ff80aa Mon Sep 17 00:00:00 2001 From: tryggvib Date: Thu, 13 Nov 2008 16:22:14 -0500 Subject: [PATCH] Bug fix for ticket 753 darcs-hash:20081113212214-0aa81-542425ff91428f38985c0acd36c15319bd2f5ec7.gz --- htaccess.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htaccess.sample b/htaccess.sample index daa4cafd64..d57bd09797 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]