X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htaccess.sample;h=4779f18b197c97c2ba9de859b41b62ab8b777351;hb=3c8632bada2abec0548f772472e894e608fe2f91;hp=702894e2e317eb783fcbfeb90e2d3590db8eae2f;hpb=8d718906bc6b2646ac328e232e924e62572191a4;p=quix0rs-gnu-social.git diff --git a/htaccess.sample b/htaccess.sample index 702894e2e3..4779f18b19 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -42,6 +42,8 @@ RewriteRule ^main/disfavor$ index.php?action=disfavor [L,QSA] RewriteRule ^main/sup$ index.php?action=sup [L,QSA] +RewriteRule ^main/tagother$ index.php?action=tagother [L,QSA] + RewriteRule ^settings/profile$ index.php?action=profilesettings [L,QSA] RewriteRule ^settings/openid$ index.php?action=openidsettings [L,QSA] RewriteRule ^settings/im$ index.php?action=imsettings [L,QSA] @@ -74,6 +76,9 @@ RewriteRule ^featured/?$ index.php?action=featured [L,QSA] RewriteRule ^favorited/?$ index.php?action=favorited [L,QSA] RewriteRule ^(\w+)/subscriptions$ index.php?action=subscriptions&nickname=$1 [L,QSA] +RewriteRule ^(\w+)/subscriptions/([a-zA-Z0-9]+)$ index.php?action=subscriptions&nickname=$1&tag=$2 [L,QSA] +RewriteRule ^(\w+)/subscribers$ index.php?action=subscribers&nickname=$1 [L,QSA] +RewriteRule ^(\w+)/subscribers/([a-zA-Z0-9]+)$ index.php?action=subscribers&nickname=$1&tag=$2 [L,QSA] RewriteRule ^(\w+)/subscribers$ index.php?action=subscribers&nickname=$1 [L,QSA] RewriteRule ^(\w+)/xrds$ index.php?action=xrds&nickname=$1 [L,QSA] RewriteRule ^(\w+)/rss$ index.php?action=userrss&nickname=$1 [L,QSA]