htaccess fixe
This commit is contained in:
parent
7c51b255fb
commit
fc7753f7a0
@ -130,9 +130,9 @@ DirectoryIndex index.php index.html index.htm
|
||||
# RewriteRule ^ http://www.materio.com%{REQUEST_URI} [L,R=301]
|
||||
|
||||
# SSL
|
||||
# RewriteCond %{HTTPS} off [OR]
|
||||
# RewriteCond %{HTTP_HOST} ^www.materio\.com*
|
||||
# RewriteRule ^(.*)$ https://materio.com/$1 [L,R=301]
|
||||
RewriteCond %{HTTPS} off [OR]
|
||||
RewriteCond %{HTTP_HOST} ^materio\.com*
|
||||
RewriteRule ^(.*)$ https://www.materio.com/$1 [L,R=301]
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user