updated htaccess
This commit is contained in:
parent
a106b98209
commit
8cbb5f8c4c
@ -66,6 +66,10 @@ DirectoryIndex index.php index.html index.htm
|
|||||||
# 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]
|
||||||
|
|
||||||
|
RewriteCond %{HTTPS} off
|
||||||
|
RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
||||||
|
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