From: Brion Vibber Date: Thu, 25 Mar 2010 19:21:02 +0000 (-0700) Subject: Clarify RewriteBase comment in htaccess.sample X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=38fac1d46364933b2d0a0a33a02c0b4b78e376b4;p=quix0rs-gnu-social.git Clarify RewriteBase comment in htaccess.sample --- diff --git a/htaccess.sample b/htaccess.sample index 18a868698c..1b7701609e 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -2,6 +2,8 @@ RewriteEngine On # NOTE: change this to your actual StatusNet path; may be "/". + # http://example.com/ => / + # http://example.com/mublog/ => /mublog/ RewriteBase /mublog/