smit Posted November 8, 2010 Posted November 8, 2010 Hi we're having problems with our store, once shared ssl is enabled, the store does not work :'( we have been working on it for days now and cant find a solution to the problem When we get to checkout_shipping.php we get a 404 'page not found' message the url that appears in the address bar links to the correct directory in our server. We're with the company hostess.com.au any help would be appreciated :) thankyouu in advance! Smit / Ehedei p.s. here's our includes/configure.php file <?php define('HTTP_SERVER', 'http://www.skillzone.com.au'); define('HTTPS_SERVER', 'https://4tknox.au.com/skillzone.com.au'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'skillzone.com.au'); define('HTTPS_COOKIE_DOMAIN', '4tknox.au.com/skillzone.com.au'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/secure/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/secure/'); 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', '/clientdata/zeus-dynamic-1/s/k/skillzone.com.au/www/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Smit / Ehedei
Recommended Posts
Archived
This topic is now archived and is closed to further replies.