htaccess fixe
This commit is contained in:
parent
0a863fc1bb
commit
b216e30f28
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user