John Napoletano
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Recent activity by John Napoletano-
...passes the necessary Google HSTS test up to the "preload" status... Test with these two: HSTS Preload List Submission (Google) Analyse your HTTP response headers Please start a new thread if...
-
So is this correct rules? Not correct. You changed the order of the rules. Here is my code copy from above in the chain: # Redirect to https RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HT...
-
Error: No HSTS header and Error: HTTP redirects to www first. I see that you quoted my working rules but your example doesn't follow them. The HSTS test error says that you redirected www first, ...
-
@cPWilliamL @fuzzylogic OK I believe I found the solution and it passes the necessary Google HSTS test up to the "preload" status (I don't want to preload). The issue seems to be with htaccess red...