INSTALL docs updated, htaccess.sample more generic

This commit is contained in:
Mikael Nordfeldth
2013-10-05 14:28:41 +02:00
parent eb5097aecb
commit ce37edc1b0
2 changed files with 64 additions and 71 deletions

View 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.