From: Evan Prodromou Date: Wed, 10 Sep 2008 18:00:50 +0000 (-0400) Subject: add a sample RewriteBase X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=253ea8df7e7e0f7ee5d104ffe8dc91eb6b78a0d4;p=quix0rs-gnu-social.git add a sample RewriteBase darcs-hash:20080910180050-84dde-8c00e9add17b0c545a36d38ee7c4554135bc5f54.gz --- 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]