Hi all,
I have a drupal installed in root.
Now I want to install a new drupal in a sub directory.
Is it possible to use the same db for the second installation?
and does it cause any problem if I install two drupal on the same domain with different databases?

thanks in advance,

Comments

Hamid.D’s picture

up...

espirates’s picture

Yes, just add a prefix_ to the other database when installing

ie, db1_ db2_

jlaaker’s picture

Have you tried the domain-module?

shadcn’s picture

copy default.settings.php from sites/default. go to sites

create a folder like this sites/subdomain.domain.com

paste default.settings.php

rename to settings.php

create a subdomain (use the same name as above) and point it to your default drupal install and install your sub site

this is a quick post i know. let me know it it helps. i need to run now. going home ;)

thanks