]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - htaccess.sample
add Net Socket
[quix0rs-gnu-social.git] / htaccess.sample
index daa4cafd64b9e2b5de6d126a406a8a9a28a54587..1a833048842a4aa6633d69544b8d4ffca7d57bd1 100644 (file)
@@ -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]