From 253ea8df7e7e0f7ee5d104ffe8dc91eb6b78a0d4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 10 Sep 2008 14:00:50 -0400 Subject: [PATCH] add a sample RewriteBase darcs-hash:20080910180050-84dde-8c00e9add17b0c545a36d38ee7c4554135bc5f54.gz --- htaccess.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htaccess.sample b/htaccess.sample index e816804005..85698c2c59 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]