From bf88fdf0b93e949f18c53ac38f598f79d2090bfe Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 8 Dec 2014 11:59:20 +0100 Subject: [PATCH] added RewriteBase to .htaccess --- .htaccess | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index b47a799c..39ee668d 100755 --- a/.htaccess +++ b/.htaccess @@ -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 # ----------------------------------------------------------------------