htaccess fixe

This commit is contained in:
Bachir Soussi Chiadmi 2015-11-24 12:28:04 +01:00
parent 0a863fc1bb
commit b216e30f28

View File

@ -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]