View Single Post
  #7 (permalink)  
Old 10-02-2010, 12:40
cuskitco cuskitco is offline
Junior Member
 
Join Date: Nov 2009
Posts: 19
Thumbs up

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.
Reply With Quote