diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-25 12:21:02 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-25 12:21:02 -0700 |
commit | 38fac1d46364933b2d0a0a33a02c0b4b78e376b4 (patch) | |
tree | 5d22a470306f51359e117709856f7a9bdbecf3ef /htaccess.sample | |
parent | 800b33590696e85480aa73c25261d80f1926e56d (diff) |
Clarify RewriteBase comment in htaccess.sample
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample index 18a868698..1b7701609 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/ |