By sfa on
Hi All,
I have a shared hosting account from dreamhost with a drupal site set up on it. Is it possible to set up more sites on the same account on the same codebase (or with a different codebase, I dont mind). If so, could you give me any pointers, I havent been able to do this.
Thanks
Comments
Just point all of your
Just point all of your domains to the drupal root.
In your sites folder you will have folders named according to the domain name. With it's own settings.php file. And optionally it's own themes and/or modules folders.
Example:
If your site is anothersite.com, then your sites directory will have a folder named "anothersite.com".
The easiest way is to just cp the sites/default folder and change the settings. This is also explained in the settings.php file.