Guest Alex Cohen Posted April 17, 2008 Posted April 17, 2008 Hey Guys, I am trying to direct a user who types in 'IT' in his browser to: http://mywebserver/portal/it is this something I can do via DNS or IIS? thanks. -f
Guest Gilead Posted April 17, 2008 Posted April 17, 2008 Re: DNS or IIS On Apr 17, 12:43 pm, "Alex Cohen" <i...@thinkphase.com> wrote: > Hey Guys, I am trying to direct a user who types in 'IT' in his browser to: > > http://mywebserver/portal/it > > is this something I can do via DNS or IIS? > > thanks. > -f It would be something you can do in DNS by creating an Alias. However, it may be easier to just add the entry in the HOSTS file on the machine in question.
Guest Ryan Posted April 17, 2008 Posted April 17, 2008 Re: DNS or IIS On Apr 17, 2:43 pm, "Alex Cohen" <i...@thinkphase.com> wrote: > Hey Guys, I am trying to direct a user who types in 'IT' in his browser to: > > http://mywebserver/portal/it > > is this something I can do via DNS or IIS? > > thanks. > -f You may want to do it in each. Set up a DNS record for the hostname "it" in the same DNS domain as the client machine. Then create a website in IIS that responds to host headers for "it" and have the page redirect to the page you are trying to reach. -r
Recommended Posts