Incase it's useful to someone, here is the ISAPI Version 3 RewriteRule to solved our problem:
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.63
RewriteEngine on
RewriteBase /
RewriteRule (.*) http://www.2.com/$1 [NC,P]
Thanks William & Jack.
|