Very Confused about Multisite
-
In searching the documents and support questions, I seem to be understanding only bits and pieces of the information on how to properly set up multi-site.
I have a GoDaddy hosting account, installed with WordPress (recently upgraded to 4.0) and working well.
I followed GoDaddy’s multisite instructions https://support.godaddy.com/help/article/6143/enabling-wordpress-multisites
1) I updated wp-config.php and added define(‘WP_ALLOW_MULTISITE’, true);
2) I logged into wp admin and could now see NETWORK setting from which I created a new WordPress site.
3) The sites are “www.foo.com” “newTestSite.foo.com”
4) The original site continues to work fine but I cannot seem to navigate to the newTestSite.
5) Within myPhpAdmin I can see the process created a new database, copying all the original database tables prefixed with “wp_” and creating new database tables prefixed with “wp_2_”
6) When I type “newTestSite.foo.com” it was producing a 404 error, which I have traced to the newTestSite resolving to “public_html/testing” rather then where-ever the starting point should be for a multi-site wordpressWhere should I look to figure out how to match up all the pieces?
Please note this a Godaddy site, so I don’t have administrative (sudo) rights.
Thank you
Philip
The topic ‘Very Confused about Multisite’ is closed to new replies.