CORS block
-
Hi all,
I am a WP multisite administrator and I need to clone sites within the network. I use NS Cloner to duplicate the sites.
Unfortunately, after cloning the browser console shows errors related to CORS policy.
It seems like an error generated on the external server that the plugin calls:
As you can see, the plugin makes a call to menu.vegnavigator.it and it is this site at menu.vegnavigator.it that generates the 500 error.
In fact, in the logs of the site called from the subdomain, a loop redirect error is generated:
[Sat May 17 21:12:22.884871 2025] [core:error] [pid 2310826:tid 2320170] [remote 185.13.255.174:56809] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: https://test4.vegnavigator.it/The problem therefore seems to be due to an incompatibility of the site with the “cross domain” management, that is, I am calling the same site using different subdomains that however call the same site.
I tried to insert various directives in the .htaccess without success. In one way or another I always have different errors but all attributable to CORS.
Does anyone know how to solve it?Regards,
Umberto
The topic ‘CORS block’ is closed to new replies.