John Napoletano

  • Total activity 25
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 7

Activity overview

Latest activity by John Napoletano
  • John Napoletano created a post,

    "File not found" appears instead of 404.shtml (easy htaccess solution)

    "File not found" simple error message text appears instead of a custom 404.shtml file whenever a .php extension such as /not-a-file.php targeted. Non .php files work as expected on error such as /n...

  • John Napoletano created a post,

    Paid SSL on Domain, Free AutoSSL on Subdomains?

    WHM Home >> SSL/TLS >> Manage SSL Hosts I have a user account using a paid SSL from GoDaddy. Green lock icons show only for the main domain and the www. Is there a way to get AutoSSL to issue cert...

  • John Napoletano commented,

    ...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...

  • John Napoletano commented,

    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...

  • John Napoletano commented,

    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, ...

  • John Napoletano commented,

    @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...

  • John Napoletano commented,

    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 ...

  • John Napoletano commented,

    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...

  • John Napoletano commented,

    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()) {...

  • John Napoletano created a post,

    htaccess Header Set doesn't set

    I've tried setting a few basic security headers from an htaccess file. For PHP and HTM (no L) files with rewrites I don't see the headers being set in Chrome. HTML files, JPG images, etc seem to re...