Reply To: ajax error

Home Forums Quform WordPress ajax error Reply To: ajax error

#33664
kloecknersadler
Participant

@Ally
Thank you very much for the support.
The problem is now fixed, after over 48 hours of troubleshooting.

Since the server is running on Nginx, the only thing missing was an additional Nginx statement in Plesk.

if (!-e $request_filename) {
set $test P;
}
if ($uri !~ ^/(plesk-stat|webstat|webstat-ssl|ftpstat|anon_ftpstat|awstats-icon|internal-nginx-static-location)) {
set $test “${test}C”;
}
if ($test = PC) {
rewrite ^/(.*)$ /index.php?$1;
}

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy