Gisele Posted April 22, 2003 Share Posted April 22, 2003 This makes no sense...and I'm banging my head against the wall. I have SSL on I have a private SSL certificate installed. Running apache, php 4, mod ssl, MS1 and I even tried it on the latest snapshot. https://www.test.legacyserver-2.com/catalog works fine but when someone goes to http://www.test.legacyserver-2.com, click My Account, the URL goes to the https url and it works, if you click continue to create an account, sometimes it comes to the form, sometimes a page cannot be displayed appears. When the form appears, after filling out the info and you submit, you get a page cannot be displayed. Here is my catalog/includes/configure.php file define('HTTPS_SERVER', 'https://www.test.legacyserver-2.com'); // eg, https://localhost - should not be empty define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOCUMENT_ROOT', '/usr/local/psa/home/vhosts/test.legacyserver-2.com/httpdocs'); define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/test.legacyserver-2.com/httpdocs/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); am I missing something? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.