By marceloverdijk on
I'm using Drupal for some time for single domains.
Now I'm thinking of setting up a new site which is accessable via 2 domain urls. E.g.:
www.domain1.com
www.domain2.com
The main content will be the same on these sites. I only like to have different headers containing the name of the specific domain.
Is this possible?
Comments
Install theme again
There's probably a more elegant solution, but try re-installing the theme for the second site - it should override the default.
Currently you probably have the theme in the
.../sites/all/themesfolder, just copy the files to.../sites/domain2/themes/You can then change the headers (and other stuff) as you wish.
(no title)
The domain name displayed should be automatically be taken care of in a Drupal multisite.
If you mean the site name, you can set it in each site's settings.php file. Look at the end of the file.