Redirecting subsite on same domain to other IIS using HTTPS

Posted by Alberto on Server Fault See other posts from Server Fault or by Alberto
Published on 2010-10-25T08:53:10Z Indexed on 2013/11/02 9:57 UTC
Read the original article Hit count: 349

I've seen many similar questions (and answers) on this subject, but none seem to be on exactly the same situation I am facing. Which is weird since I don't think it is that special, so forgive me if I haven't searched enough.

Anyway. I have two websites which are on two IIS7, one facing WAN and one in the LAN. The WAN facing is already HTTPS-only. I want to add the second website, but on the same HTTPS domain and SSL certificate, so that it becomes a subsite like: https://www.domain.com/subsite How can I do a redirect or rewrite on the first IIS to the second one to make this work? I don't think there is a standard IIS feature that can do this. ISA server is not an option currently. But maybe another extension to IIS exists?

Done this numerous times on Apache, and am about to ditch IIS for Apache.

© Server Fault or respective owner

Related posts about iis7

Related posts about redirect