h-r Posted December 6, 2004 Posted December 6, 2004 I have a site with an SSL cert that is registered to http://www.mysite.co.uk but oscommerce seems to have defaulted to http://mysite.co.uk which invalidates the ssl cert. Can I force it to always use the full www.mysite.co.uk address?
kahml Posted December 6, 2004 Posted December 6, 2004 What do you have coded in your configure.php files? define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('HTTPS_CATALOG_SERVER', '');
h-r Posted December 6, 2004 Author Posted December 6, 2004 What do you have coded in your configure.php files? define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('HTTPS_CATALOG_SERVER', ''); <{POST_SNAPBACK}> That is exactly what is wrong, thank you so much...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.