X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htaccess.sample;h=1a833048842a4aa6633d69544b8d4ffca7d57bd1;hb=31d5b61ca7daf72a847aed50eb65b672b52766f5;hp=598ea9f7fb39529fcd95ddbea8a0e2f12f9bd8a5;hpb=47edd73581acbd44026e68871f61086ce211908a;p=quix0rs-gnu-social.git diff --git a/htaccess.sample b/htaccess.sample index 598ea9f7fb..1a83304884 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -38,12 +38,15 @@ RewriteRule ^main/invite$ index.php?action=invite [L,QSA] RewriteRule ^main/favor$ index.php?action=favor [L,QSA] RewriteRule ^main/disfavor$ index.php?action=disfavor [L,QSA] +RewriteRule ^main/sup$ index.php?action=sup [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] 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] @@ -60,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] @@ -110,6 +114,7 @@ RewriteRule ^api/account/update_delivery_device(.*)$ index.php?action=api&apiact RewriteRule ^api/account/rate_limit_status(.*)$ index.php?action=api&apiaction=account&method=rate_limit_status$1 [L,QSA] RewriteRule ^api/favorites/create/(.*)$ index.php?action=api&apiaction=favorites&method=create&argument=$1 [L,QSA] RewriteRule ^api/favorites/destroy/(.*)$ index.php?action=api&apiaction=favorites&method=destroy&argument=$1 [L,QSA] +RewriteRule ^api/favorites/(.*)$ index.php?action=api&apiaction=favorites&method=favorites&argument=$1 [L,QSA] RewriteRule ^api/favorites(.*)$ index.php?action=api&apiaction=favorites&method=favorites$1 [L,QSA] RewriteRule ^api/notifications/follow/(.*)$ index.php?action=api&apiaction=notifications&method=follow&argument=$1 [L,QSA] RewriteRule ^api/notifications/leave/(.*)$ index.php?action=api&apiaction=notifications&method=leave&argument=$1 [L,QSA]