DNS to resolve URL

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hello,
Have a 2k Server with DNS running. I want to direct a
Domain to URL with out using another IP off the stack.
After looking through Everything in DNS I could not find
how to redirect besides to an IP. Any help on this issue
would be great. Thank you John
 
J> After looking through Everything in DNS I could not find
J> how to redirect besides to an IP.

That's good, because that's the right answer. DNS is not the tool for this
job. Where you store your web sites locally in the filesystem, and publishing
HTTP redirections so that web browsers that fetch one page then automatically
fetch another, are both matters for your content HTTP server.
 
In
John said:
Hello,
Have a 2k Server with DNS running. I want to direct a
Domain to URL with out using another IP off the stack.
After looking through Everything in DNS I could not find
how to redirect besides to an IP. Any help on this issue
would be great. Thank you John


A URL "redirect" is actually an IIS function. You configure a site, say
www.domain.com, but in it;s properties to what resource to display (such as
where is the html file located), you select "redirect to another URL", and
type in the URL, such as www.otherdomain.com.

You maybe able to fudge DNS by creating a "www" CNAME under your domain.com,
and for the name, give it www.otherdomain.com.

--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS-IS" with no warranties and confers no
rights.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
Back
Top