Wp-admin wrongly redirecting on multisite
-
I have a WordPress subdirectory multisite configured on Nginx, with Cloudflare CDN. I’ve set all up on -Nginx and wp-config.php according to other websites I have functioning correctly with the multisite structure.
On this website the wp-admin is not opening, it “duplicates” the URL when trying to access it. Usually, it should redirect from example.com/wp-admin to example.com/wp-login.php?redirect_to=https%3A%2F%2Fexample.com%2Fwp-admin%2F&reauth=1
But on this website, is redirecting from example.com/wp-admin to example.com/wp-admin/example.com/wp-login.php?redirect_to=https%3A%2F%2Fexample.com%2Fwp-admin%2F&reauth=1
When accessing it directly through example.com/wp-login.php it works, but the dashboard opens without CSS:
Removing the multisite lines from wp-config.php it works normally
- You must be logged in to reply to this topic.