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

Re: [cobalt-users] Raq4 - Redirect domains



> 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