Plugin Support
qtwrk
(@qtwrk)
now try the crawler again
Still blank on the status. 🙁
had to step away but I’ll post in a bit.
Plugin Support
qtwrk
(@qtwrk)
it looks like php still can not reach async call to https://chromasgaming.com/wp-admin/admin-ajax.php?action=async_litespeed…… URL
do you still have something blocking it ? please keep the previous test.php , I want to see the result as well.
let me look into it more and see if i can figure out what’s blocking.
Some more information around the error. still 403.
https://pastebin.ubuntu.com/p/Gw2myct8NS/
Plugin Support
qtwrk
(@qtwrk)
yeah , you need to make it return 200 OK with a 0 , that is the correct response
maybe security plugin or security rule in your .htaccess, please check on that
Will do. Going to disable each and see.
So when I directly call the admin ajax, i get a 200 and a 0.
I can’t run php still it throws a deny and nothing ive changed seems to stop that.
Plugin Support
qtwrk
(@qtwrk)
<IfModule mod_security.c>
SecRuleEngine Off
SecRequestBodyAccess Off
</IfModule>
eh, please try add this to your htaccess, this will disable modsecurity , see if it’s related , and
do remember remove it after test
I added and restarted lsws but didn’t see any changes. The php files still throw a 403 when i try to access from the browser.
I may try and disable each plugin and see if that changes anything.
Plugin Support
qtwrk
(@qtwrk)
if you visit it as login user works , or guest user via browser still works , but my php code doesn’t , this definitely is some kind of security measure , browser has different user agent than code that may triggers the block
you may need to seek assistance from your provider, they should be able to tell the reason for 403 from server log.
im going to try on a fresh install to see if I can figure out the cause. Could quic cdn cause problems?