Hi everyone,
I have read about how to set up multi sites but there seems to be one important point missing from all the examples. If I have my personal site www.myfirstsite.com already set up in drupal, the website is set up using the 'default' folder with the settings.php file being populated with the database details at drupal install.
If I wanted that site, plus another one, would the structure be like:
/drupal/sites/all/modules
/drupal/sites/all/themes
/drupal/sites/default/files
/drupal/sites/default/settings.php <----- what would be in this file as it's not in use??
/drupal/sites/myfirstsite.com/files
/drupal/sites/myfirstsite.com/modules
/drupal/sites/myfirstsite.com/themes
/drupal/sites/myfirstsite.com/tmp
/drupal/sites/myfirstsite.com/settings.php <----- settings for the database for myfirstsite.com
/drupal/sites/mysecondsite.com/files
/drupal/sites/mysecondsite.com/modules
/drupal/sites/mysecondsite.com/themes
/drupal/sites/mysecondsite.com/tmp
/drupal/sites/mysecondsite.com/settings.php <----- settings for the database for mysecondsite.com
...or would the myfirstsite.com be set up under the default folder and then the second site added after?
This is all presuming I have the above structure BEFORE installing drupal. So I have the databases and everything all set up and want to result in TWO separate sites, not sub domains.