Link to home
Start Free TrialLog in
Avatar of colstrip
colstrip

asked on

Creating a DNS entry

How can I create a DNS entry so when a user types in http://techsupport.mydomain.comĀ it will forward them to a diffrent server on my LAN. Dose this other PC have to have IIS installed.
ASKER CERTIFIED SOLUTION
Avatar of abdij
abdij

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hstiles
hstiles

Two ways:

1)Add a CNAME entry under DNS manager consisting of a new alias for the server and the hosts full domain name.

2)Add a metatag to the main html page on the old URL redirecting the browser to a new URL
i.e.
<HTML>
<HEAD>
<META HTTP-EQUIV = "REFRESH" CONTENT = "10; URL=HTMLmeta.html#Refresh">
<TITLE>Example 2</TITLE>
</HEAD>

<BODY>