Редирект с httpS на http в .htaccess

Блог - PROMO64

Редирект с httpS на http в .htaccess

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Protocol} !=http
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]