summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authortryggvib <tryggvib@hi.is>2008-11-13 16:31:19 -0500
committertryggvib <tryggvib@hi.is>2008-11-13 16:31:19 -0500
commit1d3ac2f0d7ce9778d2252c49c84f4157e1fdc10c (patch)
treeae26204b00769e656d6c0f93c8ca9df1109ef9e6 /htaccess.sample
parentab7978fc5faf729b3860548ea3fea51107ff80aa (diff)
Ticket 753 bugfix, characters/digits only
darcs-hash:20081113213119-0aa81-0f484f48bfe5cceb443d36c90dbd8ad7ca554be4.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 d57bd0979..1a8330488 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/([a-zA-Z0-9]+)/rss$ index.php?action=tagrss&tag=$1 [L,QSA]
RewriteRule ^tag(/(.*))?$ index.php?action=tag&tag=$2 [L,QSA]
RewriteRule ^(\w+)/subscriptions$ index.php?action=subscriptions&nickname=$1 [L,QSA]