Guest Posted December 2, 2003 Posted December 2, 2003 I have ssl from my host, is is active, just dont know how to set this up being its not a new install. Can anyone help out with this, I would be greatful. Thanx
chfields Posted December 2, 2003 Posted December 2, 2003 You need to go into your catalog/includes/configure.php (also admin) and update the https with your secure url and enable SSL. It should look similar to this define('HTTP_SERVER', 'http://www.mrsfieldsgoodies.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://host73.ipowerweb.com/~mrsfield'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.mrsfieldsgoodies.com'); define('HTTPS_COOKIE_DOMAIN', 'host73.ipowerweb.com/~mrsfield'); define('HTTP_COOKIE_PATH', 'www.mrsfieldsgoodies.com/'); define('HTTPS_COOKIE_PATH', 'host73.ipowerweb.com/~mrsfield/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/');
Guest Posted December 2, 2003 Posted December 2, 2003 When I try to go to a secure page the address shows like this: https://secure.activeserverhosting.com/mobi...0e4dd54bdb4d2ec it is missing the slash between the net and create_account any ideas?
bram Posted December 2, 2003 Posted December 2, 2003 I'm getting the same thing. I'll keep you posted if I figure it out.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.