RewriteEngine on RewriteCond %{REQUEST_SCHEME} =http RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteCond %{REQUEST_SCHEME} =https RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]