From f6ee366a7159460b1e15802faa981c53613386dc Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 24 Nov 2015 12:29:32 +0100 Subject: [PATCH] htaccess fixe --- .htaccess | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 1453ba67..d7918c1c 100755 --- a/.htaccess +++ b/.htaccess @@ -84,9 +84,8 @@ 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 + RewriteRule ^(.*)$ https://www.materio.com/$1 [L,R=301] # If your site can be accessed both with and without the 'www.' prefix, you