Blog broken after changing Site/Home URL

If you have access to the MySQL DB, make sure that wp_blogs.domain is correct, and also wp_blogs.path.

Also, run the following to verify the values are correct (assuming WP_OPTIONS is the table holding the options for your main site).

SELECT * from wp_options where option_name=”siteurl” or option_name=”home”;