IIS redirect not working as wanted
- by Leonardo
i need help with IIS redirect...
My website is on the internet and i want to redirect requests based on the following rule:
if URL = http :// contoso.com (public address) - Redirect to http :// contoso.com/portal
if URL = http :// myserver (internal address) - Dont do anything
if URL = http :// 192.168.0.1 (internal address) - Dont do anything
is it possible? how can i do it?!?
i managed to get the first one... but i cant get the second and third one to work...