• Hello, I’m running a website with 3.0.4 installed on domain1.com
    I also own several other domains, lets say they are called domain2.com domain3.com and domain4.com

    What I’m trying to do is when ever someone goes to domain2.com , it will be the same exact site (content and all, no duplicates) as domain1.com (were the site is installed). I’m not looking for forwarding. Also, I would like for it to work with sub domains, so 1.domain1.com would be the exact same site as 1.domain2.com, 1.domain3.com ect..

    I tried the domain mapping tool, but it wasn’t what I was looking for. I can change DNS records if there is a solution in there?

    I use a dedicated IP grid hosting with GoDaddy.

    Thankyou very much!

Viewing 1 replies (of 1 total)
  • If you use Apache webserver, you can use Apache ServerAlias in the vhost config.

    e.g.:
    ServerName domain1.com
    ServerAlias domain2.com domain3.com 1.domain2.com, 1.domain3.com
    Documentroot /var/www/domain1.com

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Domains on one install’ is closed to new replies.