Replies: 0
I have a site set up in a multi-site install. I’m testing comments and Woocommerce product reviews. I have things set so that users have to register/login to post comments/reviews. The problem is, when they click the Login link they are taken to the network domain URL for the site, not the mapped domain login page.
They should be taken to:
http://site.com/wp-login.php – but that link forwards them to:
http://networkdomain.com/sitename/wp-login.php
I don’t want them to see the network domain in the URL, it looks like they’re leaving the site. They should stay on the mapped site URL. How do I fix the configuration so that it works the right way?