I have came across this issue a couple of times before. Although I couldn’t figure out how to solve it, I used to code redirects in the code to get rid of this. This happens when we install our self hosted wordpress with www. in your domain name. So tackle the issue, you just have to add the following line to your wp-config.php
define( ‘NOBLOGREDIRECT’, ‘http://www.goatweetups.in’);
Apparently this can be fixed using WordPress MU Domain Mapping plugin, but as I use wp-config.php to configure multisite, So I prefer to use the config fix instead of installing a plugin ![]()
