The entire site at https

How do I have the entire site at https ?



I could do it with the previous versions, when I try to do it now it just goes back to http.

You need to edit file “customer_common.php” located in “include/common/” directory.



Comment out this code:



if (!in_array($target, $secure_targets)) {
fn_redirect($http_location.'/'.$current_url);
}

Why would you want to have the whole site go through ssl?

smoked1, you may be right. I have noticed the site is much slower when going thru ssl.



What I really wanted to do was make sure that no personal information could be captured. The checkout process is secure by default, but other processes such as updating a customers profile is not !



Any idea how to do this ?