hydra22uk Posted July 11, 2003 Share Posted July 11, 2003 Hi all, I have got Oscommerce up and running on an Apache server (with MySQL of course) her in the office. Now the problems start, I have NEVER setup a server before nor really used PHP, but thankfully I am a quick learner. Now OSC is working fine apart from ANYTHING that involves the account or purchase side of things, I just get an IE error message. I have setup Mod_ssl and Open_ssl on the server but have not really config them, could this be the problem? If so can someone send me the SSL config I need? Thanks for your help. I get the impression that I am gonna be a regular here!!! Thanks, Mr. B. Brush Ha ha ha... boom boom... ha ha! Link to comment Share on other sites More sharing options...
Guest Posted July 11, 2003 Share Posted July 11, 2003 In both your admin and catalog/includes/configure.php define('HTTP_SERVER', 'http://your domain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://your ssl url.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? HTH The_Bear Link to comment Share on other sites More sharing options...
hydra22uk Posted July 11, 2003 Author Share Posted July 11, 2003 OK, Can the URL be an IP address? The seerver is setup as 127.0.0.1:8080, will this be ok or does it have to be a domain? Am I right in thinking that just setting both URLs as the same is fine? Thanks, Mr. B. Brush Ha ha ha... boom boom... ha ha! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.