summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-09 18:31:44 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-09 18:31:44 -0400
commit62747030ca454bd059482662be914c8ac907d193 (patch)
tree72ad01b8945df8fd40c72fa67a1843ff894578a2 /htaccess.sample
parente6d772a5a8c298f99a059c122109d7b0be36acd1 (diff)
add fancy urls for search
darcs-hash:20080709223144-84dde-10f7f9db7dc5ba200fdeea4d6c1f277e71c54c16.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample
index 35c0ef7e3..48ee74bfa 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -33,6 +33,9 @@ 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 ^search/people$ index.php?action=peoplesearch [L,QSA]
+RewriteRule ^search/notice$ index.php?action=noticesearch [L,QSA]
+
RewriteRule ^notice/new$ index.php?action=newnotice [L,QSA]
RewriteRule ^notice/(\d+)$ index.php?action=shownotice&notice=$1 [L,QSA]