I have one site working from /sites/default, now I need to add another site, I followed the instructions to create new database, copy settings.php and make proper changes, but how you get the new database populated? The doc. tells you to run /sites/newwebsite.com/install.php in browser? It can't find the page?

Comments

jjmackow’s picture

Simply create an empty database and copy the default.settings.php file to your /sites/[domainname] directory. This is the same directory that is going to have /themes/ ; /files/ and possibly /modules/ in it for files specific to that site. You don't need the modules directory there since Drupal will automatically look in /sites/all/modules/ for all virtual sites.

Hope this helps.

cheers,

kev

je1’s picture

Figured it out, thanks