pup Posted February 1, 2003 Share Posted February 1, 2003 What is the proper path if you are sharing your SSL in the configure.php files? ie, define('HTTP_SERVER', 'http://www.yoursite.com'); // eg, http://localhost - should not be NULL for productive servers define('HTTPS_SERVER', 'https://www.web-guardian.com/yoursite'); // eg, https://localhost - should not be NULL for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? Thanks in advance! Just a newbie trying to save the world!:) Link to comment Share on other sites More sharing options...
Guest Posted February 1, 2003 Share Posted February 1, 2003 You will need to contact your host and ask them what the path would be to the shared server for your domain. Different hosts will have different paths...some are pretty simple while some are quite long. Link to comment Share on other sites More sharing options...
pup Posted February 1, 2003 Author Share Posted February 1, 2003 My problem is that when I add the shared secure server to the HTTPS line and I test it .... I have to log in again in the secure server with my name and password. It doesn't recognize me from the first time I logged in? Does thi smake sense? I just want to see what other peoples configure.php file looks like that are currently using a SHARED SSL (ie; 'https://www.web-guardian.com/yoursite) Any help? Just a newbie trying to save the world!:) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.