Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS 6.0 Browser Redirect

Status
Not open for further replies.

gregarican

IS-IT--Management
Jan 31, 2002
469
US
Here's a question I have. I have a Win2K3 box with a single default website. It needs to point to its own local folder. Underneath that I have a subfolder, which I expose to the outside world. Currently I publish an ISA 2004 rule that will forward public IP calls to this subdirectory. So if an outside user goes to my ISA 2004 box forwards these browser requests to
To make things easier I want the outside user to just go to in order to be redirected to this /citrix/accessplatform subdirectory. What's the easiest way to accomplish this? The root directory is the default website and I don't want to direct them to this parent folder.

I've looked a bit at IIS 6.0 host headers, IIS 6.0 ISAPI filters, ISA 2004 web publishing, etc. but haven't found the magic bullet. Any suggestions?
 
Please disregard. I just threw a Response.Redirect("/citrix/accessPlatform") into a VBScript on the default website's default web page. Did the trick!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top