2008-06-07 03:20:44 +09:00
|
|
|
RewriteEngine On
|
|
|
|
|
2008-06-15 12:55:10 +09:00
|
|
|
RewriteRule ^$ index.php?action=public [L,QSA]
|
|
|
|
RewriteRule ^rss$ index.php?action=publicrss [L,QSA]
|
2008-06-19 03:26:47 +09:00
|
|
|
RewriteRule ^xrds$ index.php?action=publicxrds [L,QSA]
|
2008-06-07 04:51:36 +09:00
|
|
|
|
|
|
|
RewriteRule ^doc/about$ index.php?action=doc&title=about [L,QSA]
|
2008-07-02 02:56:11 +09:00
|
|
|
RewriteRule ^doc/contact$ index.php?action=doc&title=contact [L,QSA]
|
2008-07-01 01:13:04 +09:00
|
|
|
RewriteRule ^doc/faq$ index.php?action=doc&title=faq [L,QSA]
|
2008-06-07 04:51:36 +09:00
|
|
|
RewriteRule ^doc/help$ index.php?action=doc&title=help [L,QSA]
|
2008-07-01 02:13:17 +09:00
|
|
|
RewriteRule ^doc/im$ index.php?action=doc&title=im [L,QSA]
|
2008-07-02 02:24:29 +09:00
|
|
|
RewriteRule ^doc/openid$ index.php?action=doc&title=openid [L,QSA]
|
2008-07-02 01:57:17 +09:00
|
|
|
RewriteRule ^doc/openmublog$ index.php?action=doc&title=openmublog [L,QSA]
|
2008-06-07 04:51:36 +09: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-19 01:07:33 +09:00
|
|
|
RewriteRule ^main/openid$ index.php?action=openidlogin [L,QSA]
|
2008-07-02 01:40:58 +09:00
|
|
|
RewriteRule ^main/remote$ index.php?action=remotesubscribe [L,QSA]
|
2008-06-07 04:51:36 +09:00
|
|
|
|
|
|
|
RewriteRule ^main/subscribe$ index.php?action=subscribe [L,QSA]
|
|
|
|
RewriteRule ^main/unsubscribe$ index.php?action=unsubscribe [L,QSA]
|
2008-06-23 00:52:50 +09:00
|
|
|
RewriteRule ^main/confirmaddress$ index.php?action=confirmaddress [L,QSA]
|
|
|
|
RewriteRule ^main/confirmaddress/(.*)$ index.php?action=confirmaddress&code=$1 [L,QSA]
|
2008-06-25 07:03:35 +09:00
|
|
|
RewriteRule ^main/recoverpassword$ index.php?action=recoverpassword [L,QSA]
|
|
|
|
RewriteRule ^main/recoverpassword/(.*)$ index.php?action=recoverpassword&code=$1 [L,QSA]
|
2008-06-07 04:51:36 +09: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-19 01:07:33 +09:00
|
|
|
RewriteRule ^settings/openid$ index.php?action=openidsettings [L,QSA]
|
2008-06-27 03:49:31 +09:00
|
|
|
RewriteRule ^settings/im$ index.php?action=imsettings [L,QSA]
|
2008-06-07 04:51:36 +09:00
|
|
|
|
|
|
|
RewriteRule ^notice/new$ index.php?action=newnotice [L,QSA]
|
|
|
|
RewriteRule ^notice/(\d+)$ index.php?action=shownotice¬ice=$1 [L,QSA]
|
|
|
|
|
2008-06-20 16:17:00 +09:00
|
|
|
RewriteRule ^user/(\d+)$ index.php?action=userbyid&id=$1 [L,QSA]
|
|
|
|
|
2008-06-07 04:51:36 +09:00
|
|
|
RewriteRule ^(\w+)/subscriptions$ index.php?action=subscriptions&nickname=$1 [L,QSA]
|
2008-06-19 02:16:22 +09:00
|
|
|
RewriteRule ^(\w+)/subscribers$ index.php?action=subscribers&nickname=$1 [L,QSA]
|
2008-06-07 04:51:36 +09: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 21:11:32 +09:00
|
|
|
RewriteRule ^(\w+)/foaf$ index.php?action=foaf&nickname=$1 [L,QSA]
|
2008-07-07 12:23:48 +09:00
|
|
|
RewriteRule ^(\w+)/replies$ index.php?action=replies&nickname=$1 [L,QSA]
|
2008-06-07 04:51:36 +09:00
|
|
|
|
|
|
|
RewriteRule ^(\w+)$ index.php?action=showstream&nickname=$1 [L,QSA]
|