add redirect
This commit is contained in:
@@ -5,9 +5,12 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{HTTPS} !=on [OR]
|
||||
RewriteCond %{HTTP_HOST} ^www\.dostavka-vodi-krim\.ru$ [NC]
|
||||
RewriteRule ^ https://dostavka-vodi-krim.ru%{REQUEST_URI} [R=301,L]
|
||||
RewriteCond %{HTTP_HOST} ^dostavka-vodi-krim\.ru$ [NC]
|
||||
RewriteCond %{HTTPS} !=on
|
||||
RewriteCond %{HTTP:X-Forwarded-Proto} !https [NC]
|
||||
RewriteRule ^ https://dostavka-vodi-krim.ru%{REQUEST_URI} [R=301,L]
|
||||
# Start WCLEARFY Exclude
|
||||
# End WCLEARFY Exclude
|
||||
# Start_WCLEARFY_Exclude_Admin_Cookie
|
||||
|
||||
Reference in New Issue
Block a user