Hi all,

I have a drupal 6 multisite installation that I am moving to a new web host. I would like to be able to test both sites before going live on the new host.

I can access the main site via a temp URL on the new web host, i.e. http://www.domain.com/~username

But how can I test the 2nd site?

Thanks!

Terry

Comments

justinguru’s picture

One important feature of the Drupal content management system is that it enables you to run multiple websites from a single base installation of the framework — a feature called multisite installations. Such installations are particularly useful to web administrators who have to manage and maintain several sites on a long-term basis, and the functionality simplifies the administration of multiple Drupal installations located on the same server by making all of them run from a single script.
You may check out this guide : www.ibm.com/developerworks/library/wa-multisitedrupal/
For this one: https://www.drupal.org/node/1819002
Hope it may help!

regards,