2008-06-06 19:20:44 +01:00
|
|
|
RewriteEngine On
|
|
|
|
|
2008-06-15 04:55:10 +01:00
|
|
|
RewriteRule ^$ index.php?action=public [L,QSA]
|
|
|
|
RewriteRule ^rss$ index.php?action=publicrss [L,QSA]
|
2008-06-18 19:26:47 +01:00
|
|
|
RewriteRule ^xrds$ index.php?action=publicxrds [L,QSA]
|
2008-06-06 20:51:36 +01:00
|
|
|
|
|
|
|
RewriteRule ^doc/about$ index.php?action=doc&title=about [L,QSA]
|
2008-07-01 18:56:11 +01:00
|
|
|
RewriteRule ^doc/contact$ index.php?action=doc&title=contact [L,QSA]
|
2008-06-30 17:13:04 +01:00
|
|
|
RewriteRule ^doc/faq$ index.php?action=doc&title=faq [L,QSA]
|
2008-06-06 20:51:36 +01:00
|
|
|
RewriteRule ^doc/help$ index.php?action=doc&title=help [L,QSA]
|
2008-06-30 18:13:17 +01:00
|
|
|
RewriteRule ^doc/im$ index.php?action=doc&title=im [L,QSA]
|
2008-07-01 18:24:29 +01:00
|
|
|
RewriteRule ^doc/openid$ index.php?action=doc&title=openid [L,QSA]
|
2008-07-01 17:57:17 +01:00
|
|
|
RewriteRule ^doc/openmublog$ index.php?action=doc&title=openmublog [L,QSA]
|
2008-06-06 20:51:36 +01:00
|
|
|
RewriteRule ^doc/privacy$ index.php?action=doc&title=privacy [L,QSA]
|
|
|
|
RewriteRule ^doc/source$ index.php?action=doc&title=source [L,QSA]
|
|
|
|
|
|
|
|
RewriteRule ^main/login$ index.php?action=login [L,QSA]
|
|
|
|
RewriteRule ^main/logout$ index.php?action=logout [L,QSA]
|
|
|
|
RewriteRule ^main/register$ index.php?action=register [L,QSA]
|
2008-06-18 17:07:33 +01:00
|
|
|
RewriteRule ^main/openid$ index.php?action=openidlogin [L,QSA]
|
2008-07-01 17:40:58 +01:00
|
|
|
RewriteRule ^main/remote$ index.php?action=remotesubscribe [L,QSA]
|
2008-06-06 20:51:36 +01:00
|
|
|
|
|
|
|
RewriteRule ^main/subscribe$ index.php?action=subscribe [L,QSA]
|
|
|
|
RewriteRule ^main/unsubscribe$ index.php?action=unsubscribe [L,QSA]
|
2008-06-22 16:52:50 +01:00
|
|
|
RewriteRule ^main/confirmaddress$ index.php?action=confirmaddress [L,QSA]
|
|
|
|
RewriteRule ^main/confirmaddress/(.*)$ index.php?action=confirmaddress&code=$1 [L,QSA]
|
2008-06-24 23:03:35 +01:00
|
|
|
RewriteRule ^main/recoverpassword$ index.php?action=recoverpassword [L,QSA]
|
|
|
|
RewriteRule ^main/recoverpassword/(.*)$ index.php?action=recoverpassword&code=$1 [L,QSA]
|
2008-06-06 20:51:36 +01:00
|
|
|
|
|
|
|
RewriteRule ^settings/avatar$ index.php?action=avatar [L,QSA]
|
|
|
|
RewriteRule ^settings/password$ index.php?action=password [L,QSA]
|
|
|
|
RewriteRule ^settings/profile$ index.php?action=profilesettings [L,QSA]
|
2008-06-18 17:07:33 +01:00
|
|
|
RewriteRule ^settings/openid$ index.php?action=openidsettings [L,QSA]
|
2008-06-26 19:49:31 +01:00
|
|
|
RewriteRule ^settings/im$ index.php?action=imsettings [L,QSA]
|
2008-07-15 23:18:26 +01:00
|
|
|
RewriteRule ^settings/email$ index.php?action=emailsettings [L,QSA]
|
2008-07-21 09:37:58 +01:00
|
|
|
RewriteRule ^settings/sms$ index.php?action=smssettings [L,QSA]
|
2008-06-06 20:51:36 +01:00
|
|
|
|
2008-07-09 23:31:44 +01:00
|
|
|
RewriteRule ^search/people$ index.php?action=peoplesearch [L,QSA]
|
|
|
|
RewriteRule ^search/notice$ index.php?action=noticesearch [L,QSA]
|
2008-07-10 00:42:28 +01:00
|
|
|
RewriteRule ^search/notice/rss$ index.php?action=noticesearchrss [L,QSA]
|
2008-07-09 23:31:44 +01:00
|
|
|
|
2008-06-06 20:51:36 +01:00
|
|
|
RewriteRule ^notice/new$ index.php?action=newnotice [L,QSA]
|
|
|
|
RewriteRule ^notice/(\d+)$ index.php?action=shownotice¬ice=$1 [L,QSA]
|
|
|
|
|
2008-06-20 08:17:00 +01:00
|
|
|
RewriteRule ^user/(\d+)$ index.php?action=userbyid&id=$1 [L,QSA]
|
|
|
|
|
2008-07-20 09:10:21 +01:00
|
|
|
RewriteRule ^tags/?$ index.php?action=tag [L,QSA]
|
|
|
|
RewriteRule ^tag(/(.*))?$ index.php?action=tag&tag=$2 [L,QSA]
|
|
|
|
|
2008-06-06 20:51:36 +01:00
|
|
|
RewriteRule ^(\w+)/subscriptions$ index.php?action=subscriptions&nickname=$1 [L,QSA]
|
2008-06-18 18:16:22 +01:00
|
|
|
RewriteRule ^(\w+)/subscribers$ index.php?action=subscribers&nickname=$1 [L,QSA]
|
2008-06-06 20:51:36 +01:00
|
|
|
RewriteRule ^(\w+)/xrds$ index.php?action=xrds&nickname=$1 [L,QSA]
|
|
|
|
RewriteRule ^(\w+)/rss$ index.php?action=userrss&nickname=$1 [L,QSA]
|
|
|
|
RewriteRule ^(\w+)/all$ index.php?action=all&nickname=$1 [L,QSA]
|
|
|
|
RewriteRule ^(\w+)/all/rss$ index.php?action=allrss&nickname=$1 [L,QSA]
|
2008-06-10 13:11:32 +01:00
|
|
|
RewriteRule ^(\w+)/foaf$ index.php?action=foaf&nickname=$1 [L,QSA]
|
2008-07-07 04:23:48 +01:00
|
|
|
RewriteRule ^(\w+)/replies$ index.php?action=replies&nickname=$1 [L,QSA]
|
2008-07-07 08:30:25 +01:00
|
|
|
RewriteRule ^(\w+)/replies/rss$ index.php?action=repliesrss&nickname=$1 [L,QSA]
|
2008-07-11 07:00:45 +01:00
|
|
|
RewriteRule ^(\w+)/avatar/(original|96|48|24)$ index.php?action=avatarbynickname&nickname=$1&size=$2 [L,QSA]
|
2008-06-06 20:51:36 +01:00
|
|
|
|
|
|
|
RewriteRule ^(\w+)$ index.php?action=showstream&nickname=$1 [L,QSA]
|
2008-07-12 09:12:47 +01:00
|
|
|
|
2008-07-20 09:10:21 +01:00
|
|
|
# Twitter-compatible API rewrites
|
2008-07-14 20:03:00 +01:00
|
|
|
# XXX: Surely these can be refactored a little -- Zach
|
2008-07-14 09:07:41 +01:00
|
|
|
RewriteRule ^api/statuses/public_timeline(.*)$ index.php?action=api&apiaction=statuses&method=public_timeline$1 [L,QSA]
|
2008-07-14 20:03:00 +01:00
|
|
|
RewriteRule ^api/statuses/friends_timeline(.*)$ index.php?action=api&apiaction=statuses&method=friends_timeline$1 [L,QSA]
|
2008-07-18 01:23:24 +01:00
|
|
|
RewriteRule ^api/statuses/user_timeline/(.*)$ index.php?action=api&apiaction=statuses&method=user_timeline&argument=$1 [L,QSA]
|
2008-07-14 20:03:00 +01:00
|
|
|
RewriteRule ^api/statuses/user_timeline(.*)$ index.php?action=api&apiaction=statuses&method=user_timeline$1 [L,QSA]
|
2008-07-14 09:07:41 +01:00
|
|
|
RewriteRule ^api/statuses/show/(.*)$ index.php?action=api&apiaction=statuses&method=show&argument=$1 [L,QSA]
|
2008-07-17 06:44:11 +01:00
|
|
|
RewriteRule ^api/statuses/update(.*)$ index.php?action=api&apiaction=statuses&method=update$1 [L,QSA]
|
2008-07-17 23:28:45 +01:00
|
|
|
RewriteRule ^api/statuses/replies(.*)$ index.php?action=api&apiaction=statuses&method=replies&argument=$1 [L,QSA]
|
2008-07-14 20:03:00 +01:00
|
|
|
RewriteRule ^api/statuses/destroy/(.*)$ index.php?action=api&apiaction=statuses&method=destroy&argument=$1 [L,QSA]
|
2008-07-18 06:18:41 +01:00
|
|
|
RewriteRule ^api/statuses/friends/(.*)$ index.php?action=api&apiaction=statuses&method=friends&argument=$1 [L,QSA]
|
2008-07-14 20:03:00 +01:00
|
|
|
RewriteRule ^api/statuses/friends(.*)$ index.php?action=api&apiaction=statuses&method=friends$1 [L,QSA]
|
2008-07-18 06:18:41 +01:00
|
|
|
RewriteRule ^api/statuses/followers/(.*)$ index.php?action=api&apiaction=statuses&method=followers&argument=$1 [L,QSA]
|
2008-07-14 20:03:00 +01:00
|
|
|
RewriteRule ^api/statuses/followers(.*)$ index.php?action=api&apiaction=statuses&method=followers$1 [L,QSA]
|
|
|
|
RewriteRule ^api/statuses/featured(.*)$ index.php?action=api&apiaction=statuses&method=featured$1 [L,QSA]
|
|
|
|
RewriteRule ^api/direct_messages/sent(.*)$ index.php?action=api&apiaction=direct_messages&method=sent$1 [L,QSA]
|
|
|
|
RewriteRule ^api/direct_messages/destroy/(.*)$ index.php?action=api&apiaction=direct_messages&method=destroy&argument=$1 [L,QSA]
|
|
|
|
RewriteRule ^api/direct_messages/new(.*)$ index.php?action=api&apiaction=direct_messages&method=create$1 [L,QSA]
|
|
|
|
RewriteRule ^api/direct_messages(.*)$ index.php?action=api&apiaction=direct_messages&method=direct_messages$1 [L,QSA]
|
2008-07-14 09:07:41 +01:00
|
|
|
RewriteRule ^api/friendships/create/(.*)$ index.php?action=api&apiaction=friendships&method=create&argument=$1 [L,QSA]
|
|
|
|
RewriteRule ^api/friendships/destroy/(.*)$ index.php?action=api&apiaction=friendships&method=destroy&argument=$1 [L,QSA]
|
|
|
|
RewriteRule ^api/friendships/exists(.*)$ index.php?action=api&apiaction=friendships&method=exists$1 [L,QSA]
|
|
|
|
RewriteRule ^api/account/verify_credentials(.*)$ index.php?action=api&apiaction=account&method=verify_credentials$1 [L,QSA]
|
|
|
|
RewriteRule ^api/account/end_session$ index.php?action=api&apiaction=account&method=end_session$1 [L,QSA]
|
|
|
|
RewriteRule ^api/account/update_location(.*)$ index.php?action=api&apiaction=account&method=update_location$1 [L,QSA]
|
|
|
|
RewriteRule ^api/account/update_delivery_device(.*)$ index.php?action=api&apiaction=account&method=update_delivery_device$1 [L,QSA]
|
|
|
|
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]
|
2008-07-14 20:03:00 +01:00
|
|
|
RewriteRule ^api/favorites(.*)$ index.php?action=api&apiaction=favorites&method=favorites$1 [L,QSA]
|
2008-07-14 09:07:41 +01:00
|
|
|
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]
|
|
|
|
RewriteRule ^api/blocks/create/(.*)$ index.php?action=api&apiaction=blocks&method=create&argument=$1 [L,QSA]
|
|
|
|
RewriteRule ^api/blocks/destroy/(.*)$ index.php?action=api&apiaction=blocks&method=destroy&argument=$1 [L,QSA]
|
|
|
|
RewriteRule ^api/help/(.*)$ index.php?action=api&apiaction=help&method=$1 [L,QSA]
|
2008-07-12 09:12:47 +01:00
|
|
|
|