]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
And clarify a little more
authorBrion Vibber <brion@pobox.com>
Thu, 25 Mar 2010 19:48:31 +0000 (12:48 -0700)
committerBrion Vibber <brion@pobox.com>
Thu, 25 Mar 2010 19:48:31 +0000 (12:48 -0700)
htaccess.sample

index 1b7701609e02704af852a0007da0aec25d1fc608..fa09b30f6d950a3041e393864370623594460562 100644 (file)
@@ -1,14 +1,17 @@
 <IfModule mod_rewrite.c>
   RewriteEngine On
 
-  # NOTE: change this to your actual StatusNet path; may be "/".
-  # http://example.com/        => /
-  # http://example.com/mublog/ => /mublog/
-
+  # 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]