0

Usually I would upload a .htaccess to redirect a domain to another domain. But can something be done with the DNS settings when there is no hosting set up, to point one domain to another in a similar fashion to a redirect?

www.domainA.com -> www.domainB.com

Paul
  • 2,465
  • 8
  • 35
  • 60

2 Answers2

1

Your domain can just have a CNAME type, redirecting to your other domain.

Kahabrakh
  • 11
  • 1
0

There are many ways to do this.

One is to set up a virtual domainA server on the domainB box.

Another is to use a web forward in your domainA DNS record.

gjpc
  • 1,428
  • 14
  • 21