tec Posted September 1, 2005 Share Posted September 1, 2005 hi there, perhaps i have been reading too long, or trying to long to get my shared ssl to work. Well, it will work in FireFox, but not IE When i click the check out i get a 404, now this answer is probably here somewhere, but i am at wits end with this thing, it has been 2 weeks and i still cant get it here is my catalog/includes/configure.php define('HTTP_SERVER', 'http://www.easy-pleated-curtains.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://node107.jump-server.net/~thodenep/pleated'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.easy-pleated-curtains.com'); define('HTTPS_COOKIE_DOMAIN', '\\'); define('HTTP_COOKIE_PATH', '/pleated/'); define('HTTPS_COOKIE_PATH', '\\'); define('DIR_WS_HTTP_CATALOG', '/pleated/'); define('DIR_WS_HTTPS_CATALOG', '\\'); 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', 'pub/'); define('DIR_FS_CATALOG', '/home/thodenep/public_html/pleated/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); here is my admin/includes/configure.php define('HTTP_SERVER', 'http://www.easy-pleated-curtains.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.easy-pleated-curtains.com'); define('HTTPS_CATALOG_SERVER', 'https://node107.jump-server.net/~thodenep/pleated'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/thodenep/public_html/pleated/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/pleated/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/thodenep/public_html/pleated/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/pleated/'); // absolute path required define('DIR_FS_CATALOG', '/home/thodenep/public_html/pleated/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); any help is much appreciated, as i still have 5 other sites to do for the same client, and its this darn ssl holding me up :'( Link to comment Share on other sites More sharing options...
tec Posted September 1, 2005 Author Share Posted September 1, 2005 I just looked in my ftp program, and outside of the public_html there is an ssl directroy, in it is 2 folders, 1 ssl which is empty and another privale which is empty, should these be empty if i am using a shared ssl, and if not, then why does the ssl appear in firefox and not IE? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.