Hi
only thing I can think of is to set up a setting in your web server so that if it gets a request for
www.domain.com/exchange, it redirects the client to another site name which resolves to another IP which you can then pipe through to your exchange server.
IIS for example can do redirects based on file or folder level.
If your webserver is behind a proxy, then you can use reverse proxy features if you redirect to another site name that resolves to the same IP, e.g. if you control your DNS, you could set up owa.domain.com, redirect any requests for
www.domain.com/exchange to owa.domain.com, and then WinGate as reverse proxy (since 6.2) can distinguish the different host tags in the requests and pipe through to different internal web servers.
Adrien