When using the UI I am able to select a single file in the root of the default web site and make a Http Redirect to some folder/site.
I am trying to do this with appcmd but without luck. One try was this
C:\Windows\System32\inetsrv>appcmd set config "Default Web Site/default.htm" /section:httpRedirect /enabled:true /destination:http://www.contoso.com
Thanks in advance :)