sacurtainhardware.co.uk Posted March 10, 2006 Posted March 10, 2006 QUOTE - 'but you'll have to accept that it's not osCommerce that's at fault. I can install an osCommerce website in under 5 minutes, reconfigure it to use shared ssl in another 5 minutes' Hi, this is exactly what i need to do!! I have installed osc and is all working fine. I have shared ssl installed on my server and need to no how to configue my osc to use this! Vger, if you come across this post please help me out here as you seem to no what you're doing! Any help from anyone else that might know would be much apriciated Thanks in advance
♥Vger Posted March 10, 2006 Posted March 10, 2006 You'll need to find out the shared ssl address of your website from your hosting company. This will be specific to your hosting company setup and the server your site is hosted on - so no one can help you on that until they give you the address. When you have it you need to edit the two configure.php files with the shared ssl address. An example only below: includes/configure.php -------------------------- define('HTTPS_SERVER', 'https://someisp.com/yourdomain.com'); define('ENABLE_SSL', true); define('HTTPS_COOKIE_DOMAIN', 'someisp.com/yourdomain.com'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTPS_CATALOG', ''); // same as HTTP_CATALOG entry Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.