Recently we have procured ssl cert for one of our domains. Instead of having the entire site as https:// is it possible to provide https:// only for couple of sections
LifeinAsia
6:04 pm on Jun 23, 2009 (gmt 0)
Absolutely. Just make sure your links point correctly.
phranque
5:57 am on Jun 24, 2009 (gmt 0)
you will need some method of identifying the secure or non-secure section of the site. you could do a subdomain redirect [webmasterworld.com] or you could do it with a subdirectory. if you use a subdomain there could be issues with which domain(s) works with the certificate.
dukelips
8:51 am on Jun 24, 2009 (gmt 0)
We hv a ecommerce solution in the website for which we will be using the SSL Certificate
Incase if someone uses http:// instead of https:// , the pages should not appear
phranque
9:38 am on Jun 26, 2009 (gmt 0)
the pages should not appear? as in a 404 response? or should be redirected to the correct protocol? as in a 301 response?
either way you need some way to distinguish between secure and non-secure parts of the site so you can redirect each to the other when necessary or give whatever response is appropriate.