summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-25 14:32:28 -0700
committerBrion Vibber <brion@pobox.com>2010-03-25 14:32:28 -0700
commit511a164c99eb143575925743a5223ca454f55fb0 (patch)
treeea6d862b6f9e48f8c9bda7c00d4a1b47ce457b46 /htaccess.sample
parente174a7211df1e15e1c79415a2722651a3b885be7 (diff)
parent46655eb3ca06666a747eacbef9de4bbc00cfd6b8 (diff)
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample9
1 files changed, 7 insertions, 2 deletions
diff --git a/htaccess.sample b/htaccess.sample
index 18a868698..fa09b30f6 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -1,12 +1,17 @@
<IfModule mod_rewrite.c>
RewriteEngine On
- # NOTE: change this to your actual StatusNet path; may be "/".
-
+ # NOTE: change this to your actual StatusNet base URL path,
+ # minus the domain part:
+ #
+ # http://example.com/ => /
+ # http://example.com/mublog/ => /mublog/
+ #
RewriteBase /mublog/
## Uncomment these if having trouble with API authentication
## when PHP is running in CGI or FastCGI mode.
+ #
#RewriteCond %{HTTP:Authorization} ^(.*)
#RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]