ISA Server transforming urls
Posted
by JohnyD
on Server Fault
See other posts from Server Fault
or by JohnyD
Published on 2010-05-07T17:59:33Z
Indexed on
2010/05/07
18:08 UTC
Read the original article
Hit count: 234
I'm not sure if this is possible or not or whether it should be done through ISA 2006, DNS or IIS. In our organization we have domain1.com and domain2.com. Domain2.com is old as the hills but we still need to support it.
Is it possible to translate all requests from domain2.com to domain1.com. For example:
Client requests: http://www.domain2.com/someprofile.asp?param=1 url is transformed into http://www.domain1.com/someprofile.asp?param=1
Firewall is ISA Server 2006 running on Windows Server 2003. DNS is Windows Server 2003. Webserver is IIS 6.
Thank you
© Server Fault or respective owner