Jump to content

DNS or IIS


Recommended Posts

Guest Alex Cohen
Posted

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

  • Replies 2
  • Created
  • Last Reply

Popular Days

Guest Gilead
Posted

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.

Posted

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


×
×
  • Create New...