Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Status 403 › Reply To: Status 403
April 12, 2019 at 9:09 am
#22130
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?