X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htaccess.sample;h=1a833048842a4aa6633d69544b8d4ffca7d57bd1;hb=4f3d1e93e97365deac2366bfe422e8301d773a25;hp=58b060b6c3b4687bda44ab2be3492c3ab78e2e63;hpb=22057e01bd6fdf366340e6fdbdf6bb1252bceb8c;p=quix0rs-gnu-social.git diff --git a/htaccess.sample b/htaccess.sample index 58b060b6c3..1a83304884 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -46,6 +46,7 @@ RewriteRule ^settings/im$ index.php?action=imsettings [L,QSA] RewriteRule ^settings/email$ index.php?action=emailsettings [L,QSA] RewriteRule ^settings/sms$ index.php?action=smssettings [L,QSA] RewriteRule ^settings/twitter$ index.php?action=twittersettings [L,QSA] +RewriteRule ^settings/other$ index.php?action=othersettings [L,QSA] RewriteRule ^search/people$ index.php?action=peoplesearch [L,QSA] RewriteRule ^search/notice$ index.php?action=noticesearch [L,QSA] @@ -62,6 +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/([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]