]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add a sample RewriteBase
authorEvan Prodromou <evan@prodromou.name>
Wed, 10 Sep 2008 18:00:50 +0000 (14:00 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 10 Sep 2008 18:00:50 +0000 (14:00 -0400)
darcs-hash:20080910180050-84dde-8c00e9add17b0c545a36d38ee7c4554135bc5f54.gz

htaccess.sample

index e816804005553b65115c1777d28b721165e26d5e..85698c2c593845f6ebe94c51b728ded61dbda88c 100644 (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]