Posted by Darshi Shah on September 18, 2014 at 5:56am
Hi,
I am maintiaing a multisite setup in Drupal 6. One of the sites in this setup is built in Drupal 7 from start and all content has been migrated in new site.
Now I want to point the site to new Drupal 7 site instead of old one. Drupal 7 setup is not in multisite. How can I do this? Can I just change document root on server ? Will changing that has any impact on other sites? All sites have different vhost files.
Thanks,
Darshi

Comments
Just as easy as you think
You shouldn't have any issues in moving the site. Just changing the vhost file DocRoot in apache is fine. There will be no impact on the other D6 sites in the multisite.
The only thing to be cautious of is if you were using the @sites drush site alias for any automated scripts (like db backup or drush cron). This will continue to pick up the old version of the site but as long as you don't have any domains pointed to it, it shouldn't be an issue.