Ticket 753 bugfix, characters/digits only
darcs-hash:20081113213119-0aa81-0f484f48bfe5cceb443d36c90dbd8ad7ca554be4.gz
This commit is contained in:
parent
ab7978fc5f
commit
1d3ac2f0d7
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user