[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Raq4 - Redirect domains
- Subject: Re: [cobalt-users] Raq4 - Redirect domains
- From: "cbtrussell" <cbtrussell@xxxxxxxxxxx>
- Date: Thu Aug 30 05:49:11 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> How is the easiest way to redirect several domains to one domain ?
I'm still learning but think this one is pretty simple:
Do it via DNS.
If the target domain you want everyone to go to has it's own IP, then set an
A record:
www.redirected-domain.com > target.IP.address.here
redirected-domain.com > target.IP.address here
If the target domain is using a shared IP I think you can set up a CNAME,
www.redirected-domain.com > www.target-domain.com
redirected-domain.com > target-domain.com
HTH
Brandon