add a sample RewriteBase

darcs-hash:20080910180050-84dde-8c00e9add17b0c545a36d38ee7c4554135bc5f54.gz
This commit is contained in:
Evan Prodromou 2008-09-10 14:00:50 -04:00
parent d52e79ae0f
commit 253ea8df7e
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
RewriteEngine On
# NOTE: change this to your actual Laconica path; may be "/".
RewriteBase /mublog/
RewriteRule ^$ index.php?action=public [L,QSA]
RewriteRule ^rss$ index.php?action=publicrss [L,QSA]
RewriteRule ^xrds$ index.php?action=publicxrds [L,QSA]