Multiple domains point to same site without redirect and no confusion

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello - just a quick question:

Can I have 1.com, 2.com, and 3.com all point to 1.com with the address
appearing as 1.com using just Windows 2000 DNS on a DMZ? If so, how? Each
domain has their own zone file, but when I set their ip to the ip of 1.com,
they still show 2.com or 3.com in the address bar.

I know how to do it with IIS 5.0 and redirects, but there are reasons we
can't do that.

Thanks!
 
Hello - just a quick question:

Can I have 1.com, 2.com, and 3.com all point to 1.com with the address
appearing as 1.com using just Windows 2000 DNS on a DMZ? If so, how? Each
domain has their own zone file, but when I set their ip to the ip of 1.com,
they still show 2.com or 3.com in the address bar.

I know how to do it with IIS 5.0 and redirects, but there are reasons we
can't do that.

Can't do it with DNS either. DNS doesn't change the URL, it simply
points the host name to the IP.

You could do it with code on your main page, checking the URL and
doing a Server.Redirect to the proper URL, but that's a question to be
answered in an ASP group.

Jeff
 
In
Can't do it with DNS either. DNS doesn't change the URL, it simply
points the host name to the IP.

You could do it with code on your main page, checking the URL and
doing a Server.Redirect to the proper URL, but that's a question to be
answered in an ASP group.

Jeff

Or a 3rd party:
JPELECTRON DNS Redirector:
http://www.jpelectron.com/dnsredir.htm

--
Regards,
Ace

Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.

This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Active Directory

HAM AND EGGS: A day's work for a chicken;
A lifetime commitment for a pig.
 
Back
Top