Guest Posted December 21, 2005 Posted December 21, 2005 I am having trouble figuring out how the linkage works for my "add to cart button" on the product_info.php pages. I need the <a href> to target a secure server. Right now it set up to go to: http:rayshelitech.com but I need it to be: https://site7.apollohosting.com/rayshelitech.com thanks kdr
safoo Posted December 21, 2005 Posted December 21, 2005 The Secure server links are specified in your catalog/includes/configure.php file and needs to be enabled there. Check knowledge base or search the forums for more information on this.
Guest Posted December 21, 2005 Posted December 21, 2005 I am not sure exactly what to search for to find the answer. Is the answer to change the configure.php file? should I change this: define('HTTP_SERVER', 'http://rayshelitech.com'); define('HTTPS_SERVER', 'https://site7.apollohosting.com/rayshelitech.com/httpdocs'); to this: define('HTTP_SERVER', 'https://site7.apollohosting.com/rayshelitech.com/httpdocs'); define('HTTPS_SERVER', 'https://site7.apollohosting.com/rayshelitech.com/httpdocs');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.