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-
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 ...
-
This is likely due to the use of the CGI handler for PHP... Hi Michael. I believe I came up with an htaccess solution and wish for you to review it in case it will help others. I see your name on ...
-
Hi Michael. I appreciate your response but please take another look. Are you saying I can not have an 'Account' for the main domain name of my company website www example.com? If yes then how would...
-
Hello John, I removed the previous posts to this thread as there appears to have been some confusion about the question you were asking. You can setup the rules via your .htaccess file or via a ...
-
I found the answer in another thread: cPanel Inc (free) cpanel.domain.tld (A) mail.domain.tld (CNAME) I don't think you can do that above. Failing that... 1) Should mail clients target POP sim...