From: tryggvib Date: Thu, 13 Nov 2008 21:22:14 +0000 (-0500) Subject: Bug fix for ticket 753 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ab7978fc5faf729b3860548ea3fea51107ff80aa;p=quix0rs-gnu-social.git Bug fix for ticket 753 darcs-hash:20081113212214-0aa81-542425ff91428f38985c0acd36c15319bd2f5ec7.gz --- 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]