From 2d4301ad400ba3c791c011b2cad56f9f9aa3d21e Mon Sep 17 00:00:00 2001 From: bachy Date: Wed, 13 Feb 2013 12:41:07 +0100 Subject: [PATCH] htaccess Signed-off-by: bachy --- .htaccess | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.htaccess b/.htaccess index 7e090a0e..60306756 100644 --- a/.htaccess +++ b/.htaccess @@ -88,14 +88,14 @@ DirectoryIndex index.php index.html index.htm # RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301] # custom - RewriteCond %{HTTP_HOST} !^basebeta\.materio\.com [NC] - RewriteCond %{HTTP_HOST} !^www\.materio\.fr [NC] - RewriteCond %{HTTP_HOST} !^materio\.fr [NC] - RewriteCond %{HTTP_HOST} !^www\.materio\.net [NC] - RewriteCond %{HTTP_HOST} !^.materio\.net [NC] - RewriteCond %{HTTP_HOST} !^www\.materio\.eu [NC] - RewriteCond %{HTTP_HOST} !^.materio\.eu [NC] - RewriteRule ^ http://www.materio.com%{REQUEST_URI} [L,R=301] + # RewriteCond %{HTTP_HOST} !^basebeta\.materio\.com [NC] + # RewriteCond %{HTTP_HOST} !^www\.materio\.fr [NC] + # RewriteCond %{HTTP_HOST} !^materio\.fr [NC] + # RewriteCond %{HTTP_HOST} !^www\.materio\.net [NC] + # RewriteCond %{HTTP_HOST} !^.materio\.net [NC] + # RewriteCond %{HTTP_HOST} !^www\.materio\.eu [NC] + # RewriteCond %{HTTP_HOST} !^.materio\.eu [NC] + # RewriteRule ^ http://www.materio.com%{REQUEST_URI} [L,R=301] # Modify the RewriteBase if you are using Drupal in a subdirectory or in a # VirtualDocumentRoot and the rewrite rules are not working properly.