From 12fe570fbdc2c9b13e2d242b54e0603cffe20ec6 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 24 Nov 2015 13:20:11 +0100 Subject: [PATCH] htaccess fixe --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 88fd7842..66cc1bbd 100755 --- a/.htaccess +++ b/.htaccess @@ -101,7 +101,7 @@ DirectoryIndex index.php index.html index.htm # (http://example.com/... will be redirected to http://www.example.com/...) # uncomment the following: RewriteCond %{HTTPS} off [OR] - RewriteCond %{HTTP_HOST} . + # RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} !^www\. [NC] # RewriteRule ^ http%{ENV:protossl}://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]