Me asked:
Let’s say you own these three domain names– iloveturtles.com, iloveturtles.org, and iloveturtles.net. How do you make it so that someone who types in any one of those names goes to the same address?
Related Products:
Let’s say you own these three domain names– iloveturtles.com, iloveturtles.org, and iloveturtles.net. How do you make it so that someone who types in any one of those names goes to the same address?
1:11 am on May 21st, 2009
Set up redirects to whichever site is the main site.
7:16 am on May 24th, 2009
There are two ways to do this:
A: redirection
Include a redirect page on the main site that will redirect the two secondary domains to the primary domain. When a user visits either secondary domain (.org, .net for example) they will be redirected to the .com website.
B: mapping
Assign all three domains to the same server. When a user visits any of the three sites, they will still see .net, .org, or .com in the domain, but they will be on the same website (i.e. iloveturtles.com/index.html is the same file as iloveturtles.org/index.html)