summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-25 13:04:09 -0700
committerBrion Vibber <brion@pobox.com>2010-03-25 13:04:09 -0700
commit29a25848dee2863b380779d6b8f979b66365d924 (patch)
tree91ad4832a1772614b91f03fe49c9b8a52390e271 /htaccess.sample
parent7f1b852c97ff1e14eef7b42dfef42f372e22ea72 (diff)
parentcd9017408e3a970d5d12433b9b81266817e0cc6f (diff)
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
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]