[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Stacking Domains



Have you tried this code in domain1's web directory?

  <html>
    <meta http-equiv="refresh"
    content="0;url=http://domain2.com";>
  </html>

Jeff

At 03:26 PM 12/22/99  Fathi Said wrote:
Hello All,

I need fast help on this.....

I want to stack a domain1.com to another domain2.com.
Domain2.com is hosted on a shared IP on my server with all necessary DNS (domain2.com to IP and www.domain2.com to IP). I then setup
an A record www.domain1.com to www.domain2.com

The problem is, when typing www.domain1.com into my browser, www.domain2.com doesn't show up, but the first site hosted on this shared IP does. Does this mean that I can only stack domains to virtual sites with a dedicated IP?

Thanks,
Fathi