Переадресація з http на https в AVE.CMS

Dev avecms CMS,CMF IT 364

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