From a0285c855c620acbc018b5a41cb0f75b793b396b Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Thu, 17 Apr 2014 23:12:59 +0200 Subject: [PATCH] Fixed wrong commit --- web/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.htaccess b/web/.htaccess index 9bbc5928b..5c957964e 100755 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,4 +1,4 @@ -#Options +FollowSymlinks -Indexes +Options +FollowSymlinks -Indexes AddDefaultCharset UTF-8 @@ -7,7 +7,7 @@ AddDefaultCharset UTF-8 # If thelia is installed in a subdirectory (e.g., thelia2) # define the RewriteBase below to get a proper URL rewriting - RewriteBase /thelia2 + # RewriteBase /thelia2 RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d