X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htaccess.sample;h=1a833048842a4aa6633d69544b8d4ffca7d57bd1;hb=4f3d1e93e97365deac2366bfe422e8301d773a25;hp=daa4cafd64b9e2b5de6d126a406a8a9a28a54587;hpb=8250d8a350f91494a4ca5d71e711aa5ecd91dff5;p=quix0rs-gnu-social.git diff --git a/htaccess.sample b/htaccess.sample index daa4cafd64..1a83304884 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]