How to assign a perticular page as https:// ???
-
Hi, I know how to make whole site in Secured HTTP (https). but I want to know how I can have only one page as https:// and all other pages of that site is in http:// ???? Like, in any shopping site, all product display pages should be in http:// which is faster but payment gatway page must be in https:// which ensures security. please help. Thanks for any help.
Anand Desai Developer Atharva Infotech
-
Hi, I know how to make whole site in Secured HTTP (https). but I want to know how I can have only one page as https:// and all other pages of that site is in http:// ???? Like, in any shopping site, all product display pages should be in http:// which is faster but payment gatway page must be in https:// which ensures security. please help. Thanks for any help.
Anand Desai Developer Atharva Infotech
I don't know if you can do that. Just make a separate web. Any information you need passed between the to can be put in the database or sent via query string. If you do find out how to do this I would be interested in the solution.
I didn't get any requirements for the signature
-
Hi, I know how to make whole site in Secured HTTP (https). but I want to know how I can have only one page as https:// and all other pages of that site is in http:// ???? Like, in any shopping site, all product display pages should be in http:// which is faster but payment gatway page must be in https:// which ensures security. please help. Thanks for any help.
Anand Desai Developer Atharva Infotech
Just add a certificate to the whole site. Your links should be http:// links normally. When the user enters the checkout process, just switch to using https:// links...thats all there is to it. You buy SSL certificates for a domain...not really a site. Once its set up for a site on that domain, all you have to do to switch between SSL and non-SSL is change the protocol of your links. You will probably also want to set up some logic in your site to prevent access of secured pages by http. This article should help: Switch Between HTTP and HTTPS Automatically[^]