I move my wordpress website to another server that is centos7 and apache web server and everything is ok but ajax upload in media not work. it is ok when i did not use ajax but it has problem with ajax and i think the error code is 403 Also i have a reverse proxy server that is kerio
I move my wordpress website to another server that is centos7 and apache web server and everything is ok but ajax upload in media not work. it is ok when i did not use ajax but it has problem with ajax and i think the error code is 403 Also i have a reverse proxy server that is kerio
This looks like the access to admin-ajax.php is forbidden (error 403). For some reason, many security plugins are preventing access to admin-ajax.php, even with this file being essential for WordPress to work correctly.
If your wp site is accessed via a different domain or subdomain than your ajax requests, CORS policies might be blocking the requests. Make sure that your server is configured to allow cross-origin requests from the domain where your ajax requests are original and please review the proxy server settings and logs to see if it is interfering with the requests