I have a DNS Alias redirecting a name to a server:
DNS: From: http://site/ -> To: servername
And I want to redirect the URL http://site/ to the IIS site http://servername/abc/site/
Using IIS, what can I do to redirect the URL http://site/ to http://servername/abc/site/
I have URL Rewrite installed.