PDA

View Full Version : Is it bad to have SSL lock on every page ?



JESSEJJ89
27 Apr 2011, 07:10 PM
I just purchased an SSL for my site. I want my customers to see that my website is secure, with the secure icon displayed on every page and not just the pages that require "user information".

So I've added the following lines to .htaccess file:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://domain.com/$1 [R,L]

Besides having slower load time, are there any other negatives to having SSL on every page ?:confused: