Hello Users, I was testing my website here https://hstspreload.org and I
received this error:
Error: HTTP redirects to www first
http://example (HTTP) should immediately redirect to https://example
(HTTPS) before adding the www subdomain. Right now, the first redirect is
to https://www.example. T
I have an apache server with 3 virtual host (all DNS work already done):
http://www1.example.com --> listens on port 80
http://www2.example.com --> listens on port 80 with required user authentication
https://wwwsecure.example.com --> listens on port 443
Everyone with different DocumentRoot.
Ever