When going to the main site of a multi site WP without www. prefix it will go to a closed registration page.
Example: scoan.org
go to http://www.scoan.org and everything is normal
When going to the main site of a multi site WP without www. prefix it will go to a closed registration page.
Example: scoan.org
go to http://www.scoan.org and everything is normal
Sounds like you set your site up as http://www.domain.com, instead of domain.com
Add this to your wp-config.php
define( 'NOBLOGREDIRECT', 'http://www.scoan.org' );
You must log in to post.