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