summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authormatthew.gregg <matthew.gregg@gmail.com>2008-07-20 15:55:05 -0400
committermatthew.gregg <matthew.gregg@gmail.com>2008-07-20 15:55:05 -0400
commited37d83fa3ac9f3a7db9a63ce70ba6a5283c6a9e (patch)
treecb6893616df04f510c6db724edd266287a3671a5 /htaccess.sample
parenta4600399a4022809470ea82197d3b3a573c6a7d8 (diff)
Opensearch updates
This adds htaccess and searches for people and notices. darcs-hash:20080720195505-982e4-3f03e6ab4c466ae131e025b6a3c26c7bb9a99c03.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample
index 21c12f2eb..d81ec2481 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -3,6 +3,8 @@ RewriteEngine On
RewriteRule ^$ index.php?action=public [L,QSA]
RewriteRule ^rss$ index.php?action=publicrss [L,QSA]
RewriteRule ^xrds$ index.php?action=publicxrds [L,QSA]
+RewriteRule ^opensearch/people$ index.php?action=opensearch&type=people [L,QSA]
+RewriteRule ^opensearch/notice$ index.php?action=opensearch&type=notice [L,QSA]
RewriteRule ^doc/about$ index.php?action=doc&title=about [L,QSA]
RewriteRule ^doc/contact$ index.php?action=doc&title=contact [L,QSA]