Redirect a URL to another URL with IIS 7.5
- by Jason White
I have no idea why this isn't working. I've tried creating map rules and then rewriting and redirecting the URL. I've tried just redirecting it with a simple rewrite rule and no matter what, the only time I can get it to work is if I set the match URL to match this regex .*.
I'm trying to redirect webmail.example.com to mail.example.com. Seemed…