1800contacts Posted May 8, 2003 Share Posted May 8, 2003 For payment option, I am processing credit card orders thru a secure server set up by my web host. (Shared SSL environement) I already obtained the secure server link and wondering how do i set it up thru oscommerce? Which file should I edit for that? Also, If i create a login page for the admin section, how do I integrate username/password into it and make it secure? Thanks. Richard da bomb Link to comment Share on other sites More sharing options...
Guest Posted May 8, 2003 Share Posted May 8, 2003 In both your catalog and admin/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 secure 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...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.