I need to forward following url's to different url's
1) https://10.x.x.x:9122/Sites/Site1 to https://10.x.x.x/Site1
2) https://10.x.x.x:9122/Sites/Site2 to https://10.x.x.x/Site2
3) https://10.x.x.x:9122/Sites/Site3 to https://10.x.x.x/Site3
Can one rule can do all or i need three different rules? Most import what rule that will be? This should be on IIS 7.5 or later. Basically I am trying to forward non-standard https to standard https ports.
Thanks