Hi -- I can't figure out how to redirect subdomains.
Example: redirect any URL request that contains "client" to another URL
htttp://client1.mydomain.com ===> http://client1.otherdomain.com (not working)
The failed req logs show empty RequestURsL and InputURLs....
I can get it to work like this: http://mydomain.com/client1 ===> http://otherdomain.com
But I need the subdomains to work. All subdomains in mydomain.com are in one asp.net app (dotnetnuke).
Thanks!