Getting IIS redirects proper for second HTTP site
- by Gotenks
2x IIS sites on one host.
I have mainsite.domain.com and secondsite.seconddomain.com. Both sites point to the same IP in public DNS.
Nothing wrong with mainsite.domain.com, it redirects and goes to its own HTTPS site without issue.
Going to secondsite.seconddomain.com without HTTPS, it re-directs me to the HTTPS mainsite.domain.com when I want it to go to its own secured site. It's odd that HTTPS secondsite.seconddomain.com still works as expected.
Is there anyway to make HTTP of secondsite.seconddomain.com redirect to its own HTTPS entry?