Browse Source

htaccess fixe

Bachir Soussi Chiadmi 8 years ago
parent
commit
b216e30f28
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .htaccess

+ 2 - 2
.htaccess

@@ -72,7 +72,7 @@ DirectoryIndex index.php index.html index.htm
   RewriteRule "(^|/)\." - [F]
 
   # redirect all materiau domains to materio.com
-  RewriteCond %{HTTPS} off [OR]
+  RewriteCond %{HTTPS} off
   RewriteCond %{HTTP_HOST} ^basebeta\.materio\.com [OR]
   RewriteCond %{HTTP_HOST} ^materio\.com [OR]
   RewriteCond %{HTTP_HOST} ^www\.materio\.fr [OR]
@@ -81,7 +81,7 @@ DirectoryIndex index.php index.html index.htm
   RewriteCond %{HTTP_HOST} ^materio\.net [OR]
   RewriteCond %{HTTP_HOST} ^www\.materio\.eu [OR]
   RewriteCond %{HTTP_HOST} ^materio\.eu
-  RewriteRule ^ https://www.materio.com%{REQUEST_URI} [L,R=301]
+  RewriteRule ^ http://www.materio.com%{REQUEST_URI} [L,R=301]
 
   # SSL
   # RewriteCond %{HTTPS} off [OR]