Web Design and Development, Domain, Webhoting and Media Solutions

Custom Search
 

How do you make it so that several domain names filter into one website?

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?

Public Comments

  1. Set up redirects to whichever site is the main site.
  2. 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)
Powered by Yahoo! Answers