From d214a4429142bcf5380e46149839619db5335fca Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 24 Nov 2015 12:49:06 +0100 Subject: [PATCH] htaccess fixe --- .htaccess | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index 6e2bf0b5..dc9c3180 100755 --- a/.htaccess +++ b/.htaccess @@ -130,10 +130,9 @@ DirectoryIndex index.php index.html index.htm # RewriteRule ^ http://www.materio.com%{REQUEST_URI} [L,R=301] # SSL - RewriteCond %{HTTPS} off [OR] - RewriteCond %{HTTP_HOST} ^materio\.com* - RewriteRule ^(.*)$ https://www.materio.com/$1 [L,R=301] - + # RewriteCond %{HTTPS} off [OR] + # RewriteCond %{HTTP_HOST} ^materio\.com* + # RewriteRule ^(.*)$ https://www.materio.com/$1 [L,R=301] # Rules to correctly serve gzip compressed CSS and JS files.