htaccess fixe
This commit is contained in:
parent
26ab9aa56b
commit
edba04f103
@ -58,15 +58,14 @@ DirectoryIndex index.php index.html index.htm
|
|||||||
|
|
||||||
# SSL
|
# SSL
|
||||||
# RewriteCond %{HTTPS} off [OR]
|
# RewriteCond %{HTTPS} off [OR]
|
||||||
# RewriteCond %{HTTP_HOST} ^www.materio\.com*
|
# RewriteCond %{HTTP_HOST} ^materio\.com*
|
||||||
# RewriteRule ^(.*)$ https://materio.com/$1 [L,R=301]
|
# RewriteRule ^(.*)$ https://www.materio.com/$1 [L,R=301]
|
||||||
|
|
||||||
# Redirect to HTTPS
|
# Redirect to HTTPS
|
||||||
# RewriteCond %{HTTPS} off
|
# RewriteCond %{HTTPS} off
|
||||||
# RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
# RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
||||||
# RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
# RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
||||||
|
|
||||||
|
|
||||||
# CUSTOMS
|
# CUSTOMS
|
||||||
# redirect all materiau domains to materio.com
|
# redirect all materiau domains to materio.com
|
||||||
RewriteCond %{HTTPS} off
|
RewriteCond %{HTTPS} off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user