Add helpful RewriteBase comment to .htaccess
This commit is contained in:
parent
b6e9fdf30e
commit
6cab8a0c56
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue