HTTPS forceren - CSS-trucs

Anonim
RewriteEngine on RewriteCond %(HTTPS) !on RewriteRule (.*) https://%(HTTP_HOST)%(REQUEST_URI)

Als u een proxy voor uw server heeft staan ​​die TLS-beëindiging uitvoert:

RewriteCond %(HTTP:X-Forwarded-Proto) !https RewriteRule (.*) https://%(HTTP_HOST)%(REQUEST_URI)