windows - Configuring IIS7 Host Headers -- Redirect -
i'm having issues configuring host headers using iis 7.5 (w2008r2).
the bindings/configurations follows:
sitea
http www.sitea.com port 80 https port 443 --- certificate used issued www.sitea.com
a rewrite rule redirect attempts connect on http https.
siteb
http dev.sitea.com port 80
the record dev.sitea.com resolves server's ip, expected.
the issue when attempt connect dev.sitea.com, redirects www.sitea.com.
removing rewrite rule , https binding config sitea had no effect.
i'm unsure of go here continue troubleshooting. appreciated!
question, if stop www.sitea.com, dev.sitea.com come up?
if not, have incorrect binding.
make sure dev.sitea.com have binding set same ip address.
also make sure don't have same line in web.config of dev.sitea.com redirect https://www.sitea.com
Comments
Post a Comment