How to set HSTS header from .htaccess only on HTTPS [closed]
Apparently there is a HTTPS environment variable available that can be used easily. For people with the same question: Header set Strict-Transport-Security “max-age=31536000” env=HTTPS
Apparently there is a HTTPS environment variable available that can be used easily. For people with the same question: Header set Strict-Transport-Security “max-age=31536000” env=HTTPS