RewriteEngine On
RewriteCond !{HTTPS} off
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Options Indexes FollowSymLinks MultiViews
AllowOverride None
Require all granted
