IIS redirect not working as wanted

Posted by Leonardo on Server Fault See other posts from Server Fault or by Leonardo
Published on 2012-10-03T20:43:35Z Indexed on 2012/10/03 21:41 UTC
Read the original article Hit count: 188

Filed under:
|
|

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...

© Server Fault or respective owner

Related posts about dns

Related posts about iis