]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - htaccess.sample
Allow exception to be thrown if saveActivityObject fails
[quix0rs-gnu-social.git] / htaccess.sample
index 1b7701609e02704af852a0007da0aec25d1fc608..fb191cc7e8cf2e1082c6b0137641d68673697601 100644 (file)
@@ -1,14 +1,18 @@
 <IfModule mod_rewrite.c>
   RewriteEngine On
 
-  # NOTE: change this to your actual StatusNet path; may be "/".
-  # http://example.com/        => /
-  # http://example.com/mublog/ => /mublog/
-
-  RewriteBase /mublog/
+  # NOTE: change this to your actual StatusNet base URL path,
+  # minus the domain part:
+  #
+  #   http://example.com/        => /
+  #   http://example.com/mublog/ => /mublog/
+  #
+  RewriteBase /
+  #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]