This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Status 403

#22130
rt79rt79
Participant

Hi I remember previously my server provide put a POST block on the account to prevent all POST functions made to the account due to suspected malicious activity. I was told to put <Limit POST>
order deny,allow
deny from all
allow from 127.0.0.1
allow from 103.245.95.0/24
allow from [add your own public ip]
</Limit>
in my .htaccess

My website is cleaned up already but I m not sure if the POST block functions is still there. May I know how can u help me on that?