From ca5231f1fe78393bff28b53b6fe576f82d1b6a6a Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 24 Nov 2015 13:09:04 +0100 Subject: [PATCH] htaccess fixe --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 5308d0f1..a6f3f7b5 100755 --- a/.htaccess +++ b/.htaccess @@ -62,9 +62,9 @@ DirectoryIndex index.php index.html index.htm # RewriteRule ^(.*)$ https://materio.com/$1 [L,R=301] # Redirect to HTTPS - RewriteCond %{HTTPS} off - RewriteCond %{HTTP:X-Forwarded-Proto} !https - RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + # RewriteCond %{HTTPS} off + # RewriteCond %{HTTP:X-Forwarded-Proto} !https + # RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # Set "protossl" to "s" if we were accessed via https://. This is used later