I purchased a cert for www.porterranchpharmacy.com and it appears to be installed correctly - if I manually go to https://www.porterranchpharmacy.com/cart it works fine.
I changed the two files as spelled out in the FAQ:
/
define('HTTP_SERVER', 'http://www.porterranchpharmacy.com');
define('HTTPS_SERVER', 'https://www.porterranchpharmacy.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
*/
define('HTTP_SERVER', 'http://www.porterranchpharmacy.com');
define('HTTPS_SERVER', 'https://www.porterranchpharmacy.com');
define('HTTP_CATALOG_SERVER', 'http://www.porterranchpharmacy.com');
define('HTTPS_CATALOG_SERVER', 'https://www.porterranchpharmacy.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
If I go to www.porterranchpharmacy.com/cart and sign in it is not secured and the cart is not secured - it is as if I have not changed any files. I also notice that the www is dropped as soon as I click any link in the cart - it seems to be coded somewhere to not use the www. I've searched the forum and looked at several similar threads and it seems that I've edited the right files - any help would be appreciated.
Thanks
Patrick



