Guest Posted May 8, 2007 Share Posted May 8, 2007 Hey, I am about to make my site live, although i am having a problem with the https part of my site... I turned the https part to true in the configure file and make it all correct although when i go to the https page it goes blank the website is http://shoeconnect.com.au https://shoeconnect.com.au doesnt work... Please can people help, it is extremly important.! Thankyou in advance... Link to comment Share on other sites More sharing options...
Guest Posted May 8, 2007 Share Posted May 8, 2007 Hey, I am about to make my site live, although i am having a problem with the https part of my site... I turned the https part to true in the configure file and make it all correct although when i go to the https page it goes blank the website is http://shoeconnect.com.au https://shoeconnect.com.au doesnt work... Please can people help, it is extremly important.! Thankyou in advance... Do you have an ssl certificate? Link to comment Share on other sites More sharing options...
GulSar Ray's Posted May 8, 2007 Share Posted May 8, 2007 Have to define teh value of teh constant "DIR_WS_HTTPS_CATALOG" in configure.php file Hard Work Is The Simplest Way Of Success Link to comment Share on other sites More sharing options...
Guest Posted May 8, 2007 Share Posted May 8, 2007 Have to define teh value of teh constant "DIR_WS_HTTPS_CATALOG" in configure.php file Is this right? define('HTTP_SERVER', 'http://shoeconnect.com.au'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://shoeconnect.com.au'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'shoeconnect.com.au'); define('HTTPS_COOKIE_DOMAIN', 'shoeconnect.com.au'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); 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/'); Link to comment Share on other sites More sharing options...
oschellas Posted May 8, 2007 Share Posted May 8, 2007 Did you purchase a shared certificate? Have a look at the knowledge base... Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 8, 2007 Share Posted May 8, 2007 Is this right? define('HTTP_SERVER', 'http://shoeconnect.com.au'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://shoeconnect.com.au'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? The line above needs to be changed todefine('ENABLE_SSL', true); // secure webserver for checkout procedure? But it doesn't appear you have an ssl installed. You should be able to go to https://shoeconnect.com.au and have the page displayed. That doesn't work for me so the ssl appears to not be set up correctly. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Guest Posted May 9, 2007 Share Posted May 9, 2007 The line above needs to be changed todefine('ENABLE_SSL', true); // secure webserver for checkout procedure? But it doesn't appear you have an ssl installed. You should be able to go to https://shoeconnect.com.au and have the page displayed. That doesn't work for me so the ssl appears to not be set up correctly. Jack I am on shared hosting.... Do i need to have a dedicated ip? Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 9, 2007 Share Posted May 9, 2007 Yes, if you are going to use a private certificate. No if you use the shared one. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.