I\'m using Helicon\'s ISAPI Rewrite 3, which basically enables .htaccess in IIS. I need to redirect a non-www URL to the www version, i.e. example.com should redirect to ww
Why dont you just have something like this in your vhost (of httpd) file?
ServerName: www.example.com ServerAlias: example.com
Of course that wont re-direct, that will just carry on as normal