Relative Content

Tag Archive for wordpresssmtp

WordPress SMTP plugins causing issues with admin-ajax.php

I have a Wordpress website recently migrated to new dedicated hosting. I can’t make any SMTP plugin work: no matter which one I try, my admin-ajax.php keeps loading and loading… this is causing also my website to stop working (all the forms just won’t submit).
I have contacted my hosting company and they can’t see any issue in there. Upon checking, I found this error: “AH01630: client denied by server configuration: [MYPATH]/index.php, referer: http://[MYWEBSITE]”. Strangely, the “referee” is a HTTP URL, but my website is in HTTPS.
I believe it’s a CORS error, but I can’t really make it work.