diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-01-23 07:50:55 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 07:50:55 +0000 |
commit | 965d4db26560892024503f538f107604b0f1bb45 (patch) | |
tree | bc9db94824a38c0bb8f559c8ec575e5a3bffafcc /htaccess.sample | |
parent | 171d89aab79207f08b3c84d76a4b2bb50185490d (diff) |
Group search
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample index 2a64e8060..f187395ec 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -62,6 +62,7 @@ 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/group$ index.php?action=groupsearch [L,QSA] RewriteRule ^search/people$ index.php?action=peoplesearch [L,QSA] RewriteRule ^search/notice$ index.php?action=noticesearch [L,QSA] RewriteRule ^search/notice/rss$ index.php?action=noticesearchrss [L,QSA] |