I have two sites in a local environment over Nginx server.
superbiajuridico.test (site 1)
quercusjuridico.test (site 2)
These sites are very similar (same theme and similar content). WordPress showed me a dialog box saying that "this site seems to be a copy of another", and a button to confirm. I confirmed it (bad idea). After that, one of the sites is unreachable because a redirection.
When I go to
/wp/wp-admin
I'm redirected this way:
/wp/wp-login.php?redirect_to=http%3A%2F%2Fsuperbiajuridico.test%2Fwp%2Fwp-admin%2F&reauth=1
How can I remove this redirection? Where is it stored?
Nginx blocks and etc/hosts are clean. My guess is that, in some point, WordPress wrote a PHP redirection. Is it possible?