ISA Server transforming urls
- by JohnyD
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