Is it through DNS ?

J

Jerry

Hello !

On my Intranet, I want to point an address
like "mailtomysite" to another address which
is "mysite/mail". I do not know whether I have to do it
through DNS or HTTP Server.

Can anyone help me ?

Many thanks.

Jerry
 
K

Kevin D. Goodknecht [MVP]

In
Jerry said:
Hello !

On my Intranet, I want to point an address
like "mailtomysite" to another address which
is "mysite/mail". I do not know whether I have to do it
through DNS or HTTP Server.

HTTP server.
Use web site redirection.
 
H

Herb Martin

On my Intranet, I want to point an address
like "mailtomysite" to another address which
is "mysite/mail". I do not know whether I have to do it
through DNS or HTTP Server.

Can anyone help me ?

Kevin gave you the answer (or at least enough to figure it
out.)

DNS cannot point to a "subdirectory" -- but IIS (and other
web servers can direct an IP or NAME request to content
in a specific directory or a web page can refer to another
web page (even on a different server) with automatic refresh.

You CAN put alias IN DNS, so that mailtomysite can also be
called mysite (but note these aren't "good" DNS names in almost
all cases -- use at least TWO tags: mysite.local etc.); this
(aliases) will help with the first method, you don't need it for
the referral page method.

You can use EITHER CNAMEs or ADDITIONAL A records
for the second (third, etc) names you wish the box to use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Windows NT4 DNS Server question 10
DNS Redirect 3
DNS Strange Scenario 4
DNS problems 2
DNS effect on changing IP addressing scheme 2
New DNS server 4
Windows 2000 DNS forwarding problem 6
DNS/Intranet Help 8

Top