From 62fef652fc3462d6ad057352c0491d1c65a05f0c Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 24 Nov 2015 15:15:10 +0100 Subject: [PATCH] removed redirects from htaccess, claranet will handle this on vhosts --- .htaccess | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.htaccess b/.htaccess index b54500e0..eecbc556 100755 --- a/.htaccess +++ b/.htaccess @@ -68,16 +68,16 @@ DirectoryIndex index.php index.html index.htm # CUSTOMS # redirect all materiau domains to materio.com - RewriteCond %{HTTPS} off - RewriteCond %{HTTP_HOST} ^basebeta\.materio\.com [OR] - RewriteCond %{HTTP_HOST} ^materio\.com [OR] - RewriteCond %{HTTP_HOST} ^www\.materio\.fr [OR] - RewriteCond %{HTTP_HOST} ^materio\.fr [OR] - RewriteCond %{HTTP_HOST} ^www\.materio\.net [OR] - RewriteCond %{HTTP_HOST} ^materio\.net [OR] - RewriteCond %{HTTP_HOST} ^www\.materio\.eu [OR] - RewriteCond %{HTTP_HOST} ^materio\.eu - RewriteRule ^ http://www.materio.com%{REQUEST_URI} [L,R=301] + # RewriteCond %{HTTPS} off + # RewriteCond %{HTTP_HOST} ^basebeta\.materio\.com [OR] + # RewriteCond %{HTTP_HOST} ^materio\.com [OR] + # RewriteCond %{HTTP_HOST} ^www\.materio\.fr [OR] + # RewriteCond %{HTTP_HOST} ^materio\.fr [OR] + # RewriteCond %{HTTP_HOST} ^www\.materio\.net [OR] + # RewriteCond %{HTTP_HOST} ^materio\.net [OR] + # RewriteCond %{HTTP_HOST} ^www\.materio\.eu [OR] + # RewriteCond %{HTTP_HOST} ^materio\.eu + # RewriteRule ^ http://www.materio.com%{REQUEST_URI} [L,R=301] # Set "protossl" to "s" if we were accessed via https://. This is used later # if you enable "www." stripping or enforcement, in order to ensure that