[Help!] 403 Forbidden error Powered By LiteSpeed Web Server

#1
Hi there,

please I have a problem with my forum, every time when I log off I get an error:

"
403 Forbidden
Access to this resource on the server is denied! Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!"

is it related to hawkhost?

it is the first time I got this error, very weird, i have other forums but they are all OK without such errors. I didn't install anything like LiteSpeed, could you help please?

Thank you very much in advance,
 

Tony

Well-Known Member
#4
I am guessing you're triggering some sort of mod_security rule although tough to know 100%. Easiest way to find out and a simple solution would be to add this to your .htaccess file:

Code:
SecFilterEngine Off
SecFilterScanPOST Off


Also could contact our support they should be able to check and see why you're getting that.
 
#5
I am guessing you're triggering some sort of mod_security rule although tough to know 100%. Easiest way to find out and a simple solution would be to add this to your .htaccess file:

Code:
SecFilterEngine Off
SecFilterScanPOST Off


Also could contact our support they should be able to check and see why you're getting that.
It worked for me too.
 
Top