belobokin of Bitrix
1/11/2017 - 10:32 AM

Перенаправление с http:// и http://www. на https timeweb apache

Перенаправление с http:// и http://www. на https timeweb apache

RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
RewriteCond %{HTTP:X-HTTPS} !1
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]