coyote-1 Posted December 29, 2005 Share Posted December 29, 2005 I just setup up oscommerce through my server. http://www.lavaloungecreations.com/commerce problem is if you click on checkout, login, or create account it gets redirected to something else. I have searched this forum but i cant find anything on this or figure it out on my own. Any help is appreciated. Thanks Buddy Link to comment Share on other sites More sharing options...
♥Vger Posted December 29, 2005 Share Posted December 29, 2005 You get redirected to your hosting company wbesite, because that's the address of the ssl certificate. The certificate is worthless anyway, as it is both issued To and issued BY your web hosting company - meaning that it is a self-generated and self-signed certificate. For a certificate to be 'Trusted' it has to be issued TO a domain but issued BY a trusted provider of SSL certificates e.g. Thawte, Geotrust, Comodo etc. Vger Link to comment Share on other sites More sharing options...
Guest Posted December 29, 2005 Share Posted December 29, 2005 In both catalog and admin/includes/configure.php change this: define('ENABLE_SSL', true); // secure webserver for checkout procedure? to this: define('ENABLE_SSL', false); // secure webserver for checkout procedure? if you dont have a ssl certificate The_Bear Link to comment Share on other sites More sharing options...
coyote-1 Posted December 29, 2005 Author Share Posted December 29, 2005 Thank you both for your quick replies Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.