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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS and URL redirection

Status
Not open for further replies.

EwS

Programmer
Joined
Dec 30, 2002
Messages
398
Location
US
I'm wondering if the following is possible with IIS...

I have a virtual directory called "test". Let's say I'm using the ip address of '99.9.99.99' and port number of '9999'. In properties of the "test" directory I have "A redirection to a URL" checked and " in the "Redirect to" box.

If I type " in the browser window,
the address shows "
I want to redirect a page to a different URL with the original part of address " to show in the browser window, so it's transparent to the user. Is it possible?

Thank you for any help!
 
why not use host headers which would allow you to simplify things a bit. For instance, I am not certain if you have a domain name, but if you do, you could use host headers to point your webpage to which would resolve to Using the host headers also allows you to specifiy the port, so this information is never revealed to the end user. Get a domain name, I think Yahoo has them for $4.98 can't beat that! (I bought one and it works just as good as my $35 from register.com) fyi

lf

"As far as the laws of mathematics refer to reality, they are not certain; as far as they are certain, they do not refer to reality."--Albert Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top