RewriteEngine On
RewriteCond %{HTTPS} !=on
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Header set Strict-Transport-Security "max-age=10886400; includeSubDomains; preload"

AddType application/x-httpd-php7 .htm .html .php

DefaultLanguage en
