From 6b46869a16cfe6c5a5037f2a578cf04629eeb2fb Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Wed, 25 Nov 2015 09:47:27 +0100 Subject: [PATCH] htaccess : all redirects are handle by claranet --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index eecbc556..fe810d01 100755 --- a/.htaccess +++ b/.htaccess @@ -112,9 +112,9 @@ DirectoryIndex index.php index.html index.htm # To redirect all users to access the site WITH the 'www.' prefix, # (http://example.com/... will be redirected to http://www.example.com/...) # uncomment the following: - RewriteCond %{HTTP_HOST} . - RewriteCond %{HTTP_HOST} !^www\. [NC] - RewriteRule ^ http%{ENV:protossl}://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + # RewriteCond %{HTTP_HOST} . + # RewriteCond %{HTTP_HOST} !^www\. [NC] + # RewriteRule ^ http%{ENV:protossl}://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # To redirect all users to access the site WITHOUT the 'www.' prefix, # (http://www.example.com/... will be redirected to http://example.com/...)