WillPate Posted March 4, 2004 Posted March 4, 2004 How do I set it so that the buttons for Create Account and Sign In go to http instead of https? I'm using Simple Template System, but I don't see how that would change anything.
Guest Posted March 4, 2004 Posted March 4, 2004 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? The_Bear
WillPate Posted March 5, 2004 Author Posted March 5, 2004 Thanks Bear, for some reason I had to delete the old /catalog/includes/configure.php before I uploaded the new one to make it work. bloodshooteyes, I'm doing this so that we can test the account functions before we install the SSL cert, at which point I'll change those values back to their original state.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.