This should setup a site to run as multisite inside another domain.

See http://drupal.org/node/1109488

Comments

MichaelCole’s picture

Component: Code » Drush
webdrips’s picture

Hi Michael.

Can you explain how this option works better (maybe with an example)? I'm having problems getting a multisite working on a quickstart instance, even if I try to take the manual approach. No issues getting non multi-sites working, however.

I'm attempting to move a site from one virtual machine to another. Thus I issued the following commands:

drush quickstart-create dns apache --domain=ica.dev
sudo apache2ctl restart

I'm using Quickstart 1.0 amd64 if it matters. I have the URL of the site added to the hosts file on my Windows machine, but I'm receiving the "Can't find site" error as if my URL is wrong. This leads me to believe there is an Apache issue somewhere, but I can't seem to figure out where since everything looks fine (i.e. the site is listed in the /etc/apache2/sites-available), etc.

Thanks,

Dan

MichaelCole’s picture

Status: Active » Closed (won't fix)