Hello IIS fans. This is my first post here.
I have one site for example www.example.com. I want to make HTTP redirect if it comes from one port to different location.
Example:
if users connect from www.example.com:443, i want to redirect tohttps://www.google.com
if users connect form www.example.com:9443, i want to redirect tohttps://www.yahoo.com
www.example.com has A record in example DNS zone.