Page 1 of 1

AJAX ERROR: Forbidden

Posted: Sun Sep 25, 2016 12:32 pm
by dodoaska
after i login to admin page , i receive this error.
shop/admin.php

if i refresh is come at the panel.

http://prnt.sc/cm4mr3




Image

Re: AJAX ERROR: Forbidden

Posted: Mon Oct 03, 2016 1:51 pm
by bitfreak
Haven't seen that error before, but it's most likely due to some security setting on your server. According to this stackoverflow thread you may be able to solve it by adding these settings to your .htaccess file:

Code: Select all

SecFilterScanPOST Off
SecFilterEngine Off

Re: AJAX ERROR: Forbidden

Posted: Mon Oct 10, 2016 2:14 pm
by dodoaska
the error persist

Re: AJAX ERROR: Forbidden

Posted: Tue Oct 18, 2016 7:15 am
by bitfreak
I think your best bet might be to contact your web host and see what they have to say about it. I haven't seen anyone else with this issue so it seems like excessive security settings are to blame here. However I noticed this thread has quite a lot of views so before I jump to conclusions I just want to make sure no one else is having this problem, because I may consider changing the login code if that's the case.