Guest Posted March 24, 2006 Posted March 24, 2006 I'm a newb when it comes to setting up these stores. I have set up my store (www.bigjakessportinggoods.com) to use an SSL in the includes/configure.php file, but the lock doesn't show up when I view it through the secure connections. I saw in this forum a reference to a tips/tricks post by AlanR, but I cannot seem to find it. If anyone can give me an idea of what to do/check, I'd be happy for the help. Thanks!
Avec Posted March 25, 2006 Posted March 25, 2006 Did you make sure to define your secure areas as https? The first few lines of includes/configure.php should be something like this define('HTTP_SERVER', 'http://www.mydomain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.mydomain.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', TRUE); // secure webserver for checkout procedure? Leaving that out will do what you describe.
AlanR Posted March 25, 2006 Posted March 25, 2006 The ssl itself is working fine... https://www.bigjakessportinggoods.com/login.php Look for an extra configure.php file in /includes/local. If you find one rename it after you make sure all settings in the primary one are correct. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
Guest Posted March 25, 2006 Posted March 25, 2006 Thank you very much! I'd forgotten to change the ENABLE_SSL value. Otherwise it worked.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.