summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-09-10 14:00:50 -0400
committerEvan Prodromou <evan@prodromou.name>2008-09-10 14:00:50 -0400
commit253ea8df7e7e0f7ee5d104ffe8dc91eb6b78a0d4 (patch)
treeb3d315215817380175369fc7a3ce4877ca4f7128 /htaccess.sample
parentd52e79ae0f539942a89d136cf6706958c8da1711 (diff)
add a sample RewriteBase
darcs-hash:20080910180050-84dde-8c00e9add17b0c545a36d38ee7c4554135bc5f54.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample
index e81680400..85698c2c5 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -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]