added RewriteBase to .htaccess

This commit is contained in:
Bachir Soussi Chiadmi 2014-12-08 11:59:20 +01:00
parent 3310c6fad6
commit bf88fdf0b9

View File

@ -107,7 +107,7 @@ DirectoryIndex index.php index.html index.htm
#
# If your site is running in a VirtualDocumentRoot at http://example.com/,
# uncomment the following line:
# RewriteBase /
RewriteBase /
# Pass all requests not referring directly to files in the filesystem to
# index.php. Clean URLs are handled in drupal_environment_initialize().
@ -224,7 +224,6 @@ AddDefaultCharset utf-8
AddCharset utf-8 .atom .css .js .json .rss .vtt .xml
# ----------------------------------------------------------------------
# A little more security
# ----------------------------------------------------------------------