AJAX ERROR: Forbidden

Look here if you're having trouble with BitShop
Post Reply
dodoaska
Posts: 2
Joined: Sun Sep 25, 2016 12:29 pm

AJAX ERROR: Forbidden

Post 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
User avatar
bitfreak
Site Admin
Posts: 98
Joined: Thu Dec 10, 2015 6:57 pm
Location: Australia
Contact:

Re: AJAX ERROR: Forbidden

Post 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
dodoaska
Posts: 2
Joined: Sun Sep 25, 2016 12:29 pm

Re: AJAX ERROR: Forbidden

Post by dodoaska »

the error persist
User avatar
bitfreak
Site Admin
Posts: 98
Joined: Thu Dec 10, 2015 6:57 pm
Location: Australia
Contact:

Re: AJAX ERROR: Forbidden

Post 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.
Post Reply