Hi, I failed to find any step-by-step guides to getting multi-sites working with Drupal 7 on Windows on a local server. I attempted it by piecing together various guides for other versions and systems but had no success. The trouble is, there seems to be lots of different things that need set up and if it doesnt work, unless you are a server expert, it is very difficult to figure out what went wrong. So my question is: is there a way to break up the process of creating multi-sites so I can test it at each stage, and therefore have some hope of figuring out whats going wrong?
For example the stages might be....
1) Install drupal and get one site working
2) Create a second site folder, a second database and change its settings.php etc
3) Editing file 'hosts' and file 'httpd-vhosts.conf' etc
4) Setting aliases in 'sites.php'.
5) I'd also like to move the Drupal files out of the 'programs' area (C:\xampp) and over to my 'data' area.
What I've done for stage 1 and 2 is shown below. Does this look correct? I've got stage 1 working, so can I test stage 2 before I take things further?
Download and extract drupal 7 - you'll get a folder called: drupal-7.0
Move folder into: C:\xampp\htdocs and rename it: drupal
Ie you will have a directory: C:\xampp\htdocs\drupal
In browser: http://localhost/phpmyadmin - create a database called: drupalSite1