start doing some fancy URLs

darcs-hash:20080606182044-84dde-1ef6f8b6edeaa2e9f3c28fd7dc1831e5d7381f26.gz
This commit is contained in:
Evan Prodromou 2008-06-06 14:20:44 -04:00
parent 59db378c93
commit 27626c2e3f
2 changed files with 5 additions and 1 deletions

View File

@ -3,12 +3,13 @@
/<username> profile and update feed
/<username>?page=2 profile and update feed
/<username>/<number> individual notice
/<username>/subscriptions people user subscribes to
/<username>/subscribed people subscribing to user
/<username>/avatar avatar
/<username>/all self and friends
/notice/<number> individual notice
/main/login login to site
/main/logout logout of site
/main/register register to site

3
htaccess.sample Normal file
View File

@ -0,0 +1,3 @@
RewriteEngine On
RewriteRule ^/notice/(.*)$ index.php?action=shownotice&notice=$1 [L,QSA]