Add helpful RewriteBase comment to .htaccess

This commit is contained in:
Sam Georges 2014-05-16 10:01:50 +10:00
parent b6e9fdf30e
commit 6cab8a0c56
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,12 @@
</IfModule> </IfModule>
RewriteEngine On RewriteEngine On
RewriteBase /
##
## You may need to uncomment the following line for some hosting environments,
## if you have installed to a subdirectory, enter the name here also.
##
# RewriteBase /
## ##
## Handle resource requests ## Handle resource requests