summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-11-24 17:35:33 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-11-24 17:35:33 -0500
commita1da43417e319b7cd49199667794163ad8e3d8ed (patch)
tree7074af7327c287bbdd4442ed8527691da39026fc /htaccess.sample
parent864aad7b83df0a4e78a96286f412402ee2d0b49b (diff)
support microsummaries
darcs-hash:20081124223533-5ed1f-1ae78e694043cef14d528dcd4201301eec8ad61b.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample
index a30f87b83..c3198209e 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -92,6 +92,7 @@ RewriteRule ^(\w+)/favorites$ index.php?action=showfavorites&nickname=$1 [L,QSA]
RewriteRule ^(\w+)/favorites/rss$ index.php?action=favoritesrss&nickname=$1 [L,QSA]
RewriteRule ^(\w+)/inbox$ index.php?action=inbox&nickname=$1 [L,QSA]
RewriteRule ^(\w+)/outbox$ index.php?action=outbox&nickname=$1 [L,QSA]
+RewriteRule ^(\w+)/microsummary$ index.php?action=microsummary&nickname=$1 [L,QSA]
RewriteRule ^(\w+)$ index.php?action=showstream&nickname=$1 [L,QSA]