SSL encrypt entire site
-
I have a WP ecommerce site with woocommerce shopping cart.Caregiver-aid.com . Originally my SSL cert covered only my checkout page.
One day I had a problem and had to reinstall the certificate. I got tech help from my hosting provider. After explainning the above and commenting that I would like to cover the entire site with the ssl he obliged by adding this code to my htaccess file.
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.caregiver-aid.com/$1 [R,L]'
It works,.. but not that well. All you have to do take the S out of https and the site renders and un-encrypted page and continues unencrypted with additional pages till you reach the check-out page.
Not only that, if you search Google for a product and go to my site’s search results product page,there’s no encryption. Seems you have to enter at home page or no encryption.
I don’t want to say that the tech support was bad, he did fix my original problem. But I think forcing SSL coverage using that code in the htaccess file is a poor fix for encrypting the entire site.
So I’m looking for some advice here, whats the best way to cover every page of my site with the ssl cert?
Please keep it in layman terms. I am a self-taught site owner.Thanks for your help,
Greg
- The topic ‘SSL encrypt entire site’ is closed to new replies.