candlesbysarah Posted February 3, 2007 Share Posted February 3, 2007 Hi again, i have re-installed osc and have set up the ssl folder, and with the help of you guys have managed to set up a Sym Link to my ssl. the problem i am having now is setting the paths in the config files admin/includes/configure.php define('HTTP_SERVER', 'https://www.candlesbysarah.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://www.candlesbysarah.co.uk'); define('HTTPS_CATALOG_SERVER', 'https://www.candlesbysarah.co.uk'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module and /includes/configure.php define('HTTP_SERVER', 'http://www.candlesbysarah.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.candlesbysarah.co.uk'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', '.candlesbysarah.co.uk'); define('HTTPS_COOKIE_DOMAIN', '.candlesbysarah.co.uk'); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', ''); i have read a few messages from others with the same problem and feel that i am not to far away from getting this right. any help on this matter would be greatly appreciated. Best regards Sarah Link to comment Share on other sites More sharing options...
Guest Posted February 4, 2007 Share Posted February 4, 2007 Hi again, i have re-installed osc and have set up the ssl folder, and with the help of you guys have managed to set up a Sym Link to my ssl. the problem i am having now is setting the paths in the config files admin/includes/configure.php define('HTTP_SERVER', 'https://www.candlesbysarah.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://www.candlesbysarah.co.uk'); define('HTTPS_CATALOG_SERVER', 'https://www.candlesbysarah.co.uk'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module and /includes/configure.php define('HTTP_SERVER', 'http://www.candlesbysarah.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.candlesbysarah.co.uk'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', '.candlesbysarah.co.uk'); define('HTTPS_COOKIE_DOMAIN', '.candlesbysarah.co.uk'); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', ''); i have read a few messages from others with the same problem and feel that i am not to far away from getting this right. any help on this matter would be greatly appreciated. Best regards Sarah Hi Sarah - with all this info, I think you've forgotten to mentioned what the problem is !? You should set these ones to your root : define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); Corrina Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.