Andrey,

Don't know if this would work in your situation; but we had a similar problem that we 
solved with a meta tag

The default document on www.server.com (listening on port 80) 

[contents of default document on www.server.com]
        <META HTTP-EQUIV=Refresh CONTENT="0; URL=http://bar.server.com:8900";> )
[end of contents]

It is technically a client-side solution; but the majority of browsers around support 
meta tags).  We use it for a on-line learning package that needs to listen on port 
8900 (and not on the traditional 80).  IIS and this package both listen on the same 
IP, just different ports. It is less confusing for our users...

HTH

Arron



=======================================
Arron S. King
Network & Systems Administrator
Ohio Dominican University

[EMAIL PROTECTED]
v: 614.251.4515
f:  614.252.2650


-----Original Message-----
From: Andrey Fyodorov [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 25, 2002 3:06 PM
To: Exchange Discussions
Subject: OT - IIS redirect


Hey all.

I am trying to figure out if there is an easy way to set up a redirect to the same 
page but on a different port.

for example when someone reaches the default website on port 80, I'd like it to get 
redirected to the default website on port 8383.

I have tried to set up redirect properties in IIS Admin as follows:
*;*;:8383 but when I go to http://server.com, I get redirected to 
http://server.com/:8383 - IIS sticks the slash in the middle and ruins everything.

By the way, I have a similar redirect working fine on my OWA front-ends, only I am not 
redirecting to a different port. It is configured as
*;*;/exchange
and it gets me from the default website straight to the /exchange virtual directory. 
That one works great.

Thanks for any ideas!

        Andrey

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to