Hi, I'm looking for a way to add HSTS headers. The problem is I cannot use the Apache directives under site options, as the HSTS header can only be applied once in a Vhost. Any ideas?
Thread can be closed. I based the problem on the SSLLabs comment about multiple HSTS headers, but that was not because of having it 2 times in my apache config (*:80 and *:443) but because of a function in my website that added the HSTS header. Adding it to the Apache Directives seems to be fine for SSLLabs