I'm trying to set up several web sites on my home server (running windows 7). Lets say ive got the domain lol.com. At this address im hosting some really lol stuff, but just for the kicks ive also want to have mail.lol.com that should lead into the webclient for the mail.
lol.com is hosted in c:\www\www\ and mail.lol.com is hosted in c:\www\mail\. The default website (lol.com) is already redirected and works like a charm, but how do i config IIS 7.5 so it understands that when it gets a request like mail.lol.com it should redirect to c:\www\mail\?
mail.lol.com is a seperate site ive created with its own physical path in IIS and it's binding is http(type) layout.localhost(host) 80(port) *(IP-address), but where do i do the actuall checking of the request and redirecting?