ufodepot Posted December 2, 2007 Posted December 2, 2007 I am testing my site, so I can get it up and running. I installed my shared SSL on GoDaddy. The Login, My Account and Cart Contents work fine. BUT, when I hit checkout it goes to the following page: https://www.scitechdvds.com//catalog/checko...f81db38c6054a58 The padlock shows up and it is a secure page, BUT it is BLANK - nothing appears on the page. I did a search adn looked for a wsimilar problem on the list but found none. Can someone please HELP! I have put the configure.php change I mqade below. I am using AuthorizeNet and PayPal for payments. I am also using USPS and the UPS XML module for shipping. includes/configure.php define('HTTP_SERVER', 'http://www.scitechdvds.com'); define('HTTPS_SERVER', 'https://www.scitechdvds.com/'); define('ENABLE_SSL', true);// secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.scitechdvds.com'); define('HTTPS_COOKIE_DOMAIN', 'www.scitechdvds.com/'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); admin/includes/configure.php define('HTTP_SERVER', 'https://www.scitechdvds.com'); define('HTTP_CATALOG_SERVER', 'https://www.scitechdvds.com'); define('HTTPS_CATALOG_SERVER', 'https://www.scitechdvds.com'); define('ENABLE_SSL_CATALOG', 'true');// secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '
user99999999 Posted December 3, 2007 Posted December 3, 2007 Remove the trailing slash from 'HTTPS_SERVER' and'HTTPS_COOKIE_DOMAIN'. Your SSL seems to be working but you may have some php error in your checkout page, you can find it in your Apache error log. define('HTTP_SERVER', 'http://www.scitechdvds.com'); define('HTTPS_SERVER', 'https://www.scitechdvds.com/'); define('ENABLE_SSL', true);// secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.scitechdvds.com'); define('HTTPS_COOKIE_DOMAIN', 'www.scitechdvds.com/');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.