I'm assuming you are on IIS7.
There are many ways. One of them is to use IIS http redirect. There's an
icon for it in IIS called HTTP Redirect. Or add something like this in the
web.config.
<httpRedirect enabled="true" destination="trial.google.com/test"
childOnly="true" />

--T


On Wed, May 8, 2013 at 2:30 PM, Daniele Bartoli <danielebart...@gmail.com>wrote:

> Got an IIS question that I am hoping someone can help with.
>
> I am using the google domain name fictiously to illustrate the example.
>
> So I have my web server, and it has a web page at google.com.  I have an
> A record that points google.com to an IP.
>
> Then I have anoher web page on that same server that is at
> trial.google.com/test.  I have an A record that points trial.google.comto the 
> same IP as
> google.com.
>
> If I try to manually go to trial.google.com/test, all works just fine.
>
> My question is, how do I redirect traffic so that the trial.google.com 
> automatically goes
> to trial.google.com/test?
>
> Meanwhile, I don't want to impact what is already working, google.com
>
> Thanks,
> Daniele
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Reply via email to