]> 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 fa09b30f6d950a3041e393864370623594460562..fb191cc7e8cf2e1082c6b0137641d68673697601 100644 (file)
@@ -7,7 +7,8 @@
   #   http://example.com/        => /
   #   http://example.com/mublog/ => /mublog/
   #
-  RewriteBase /mublog/
+  RewriteBase /
+  #RewriteBase /mublog/
 
   ## Uncomment these if having trouble with API authentication
   ## when PHP is running in CGI or FastCGI mode.