secureaspects Posted May 27, 2007 Share Posted May 27, 2007 I have a security certificate installed and have had a productive store but just not the customer response I expected. Turns out that the security certificate for some reason will let Fire Fox work fine but with IE I get the dreaded "Page cannot be displayed". I tried every possible configuration and tried to adjust the IE browser settings. Anyone else have this problem. define('HTTP_SERVER', 'http://www.XXXXXXXX.com/'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://stacia.site5.com/~XXXXXX/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', True); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.XXXXXX.com/'); define('HTTPS_COOKIE_DOMAIN', 'www.stacia.site5.com/~XXXXX/'); define('HTTP_COOKIE_PATH', 'store/'); define('HTTPS_COOKIE_PATH', 'store/'); define('DIR_WS_HTTP_CATALOG', 'store/'); define('DIR_WS_HTTPS_CATALOG', 'store/'); Link to comment Share on other sites More sharing options...
secureaspects Posted May 27, 2007 Author Share Posted May 27, 2007 Here is the admin config. define('HTTP_SERVER', 'http://www.XXXXXXXX.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.XXXXXX.com'); define('HTTPS_CATALOG_SERVER', 'https://stacia.site5.com/~XXXXXXX/store/'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/XXXXXXX/public_html/store/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/store/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/XXXXXXXX/public_html/store/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/store/'); // absolute path required define('DIR_FS_CATALOG', '/home/XXXXXXX/public_html/store/'); // absolute path required Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.