Hoping someone can help! We've got three websites setup in IIS.
* Website one:
----- webone.mywebsite.co.uk
* Website two:
----- webtwo.mywebsite.co.uk
* Website three:
----- skinone.mywebsite.co.uk
----- skintwo.mywebsite.co.uk
----- skinthree.mywebsite.co.uk
As per the above, 2 of the websites have one host header each and the third has three. Now this is all working fine. I'm moving over to SSL and website one and two were setup find using the following command:
cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings ":443:<host header>"
Now on website three, only the last one I bind works, so if I do it for skinone and skin two, https://skinone.mywebsite.co.uk no longer works, but https://skintwo.mywebsite.co.uk works fine.
Is there any way to do this rather than creating one website for each subdomain? There are going to be potentially 200+ skins, so would like to avoid that!
Cheers.
* Website one:
----- webone.mywebsite.co.uk
* Website two:
----- webtwo.mywebsite.co.uk
* Website three:
----- skinone.mywebsite.co.uk
----- skintwo.mywebsite.co.uk
----- skinthree.mywebsite.co.uk
As per the above, 2 of the websites have one host header each and the third has three. Now this is all working fine. I'm moving over to SSL and website one and two were setup find using the following command:
cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings ":443:<host header>"
Now on website three, only the last one I bind works, so if I do it for skinone and skin two, https://skinone.mywebsite.co.uk no longer works, but https://skintwo.mywebsite.co.uk works fine.
Is there any way to do this rather than creating one website for each subdomain? There are going to be potentially 200+ skins, so would like to avoid that!
Cheers.