weswai Posted June 24, 2006 Posted June 24, 2006 I tried to install the SSL cert and it shows the 404 page error for secure page after installing define('HTTP_SERVER', 'http://www.shifeon.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.shifeon.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.shifeon.com'); define('HTTPS_COOKIE_DOMAIN', 'www.shifeon.com'); define('HTTP_COOKIE_PATH', '/shifeon/catalog/'); define('HTTPS_COOKIE_PATH', '/shifeon/catalog/'); define('DIR_WS_HTTP_CATALOG', '/shifeon/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/shifeon/catalog/'); Moreover I got the SSL cert with Domain www. How do I set the SSL with this problem?
rdw777 Posted June 26, 2006 Posted June 26, 2006 I have exactly the same issue. I have configured both includes/confugure.php AND admin/includes/configure,php and everything works fine up until the software tries to access a secure page and then I get a 404 error. On my server there is a folder called httpdocs that is the root directory for the domain but there is also a httpsdocs directory at the same level. Does that have to have a mirrored version of the software in it maybe? Any help would be greatly appreciated as I am very new to the whole SSL idea.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.