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...
-
I didn't see anything in the Apache CGI documentation about "always". Did it correct your issue? Did temporarily changing the PHP handler correct the issue? The "always" condition is mentioned in ...
-
Do you have mod_headers installed in easyapache4? htaccess "Header set" won't work without it. WHM Home > Software > EasyApache4 > View all packages (currently installed) Apache 2.4 mod_bwlimite...
-
I was able to set these using php as a fallback. If the headers are not set then set them just prior to printing the page. If there's a better way please share. Thanks. [PHP]if (!headers_sent()) {...
-
Thanks for the image. Looks like you disabled major security features: Protocol, XSS, SQLI. Any thoughts on that, did you have to look or do anything else to compensate? I can see the one rule in ...
-
Was there a solution to this problem? I am having the same issue with rule id 981138.
-
Same here. I was reviewing one of 20+ cpanel accounts, and at first I thought all those unwanted htaccess lines where just some sort of mistake, error on ftp update of the files. now I'm depressed ...