Browse Source

added RewriteBase to .htaccess

Bachir Soussi Chiadmi 9 years ago
parent
commit
bf88fdf0b9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .htaccess

+ 1 - 2
.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
 # ----------------------------------------------------------------------