akay5785 Posted July 17, 2003 Share Posted July 17, 2003 I only want ssl on the login and checkout pages only, but when someone logs in, other pages like "privacy.php" and such are ssl too. I only need the https server for the login.php and the checkout. Basically all i need to know what to do is just, how do i configure what pages get the ssl or not. Thanks.... :oops: http://aarocal.com "I shall strike great vengence upon the!" ohh yeah visit: http://www.aarocal.com Link to comment Share on other sites More sharing options...
Guest Posted July 17, 2003 Share Posted July 17, 2003 IF the ssl certificate was installed correctly, the only thing you have to do is in both 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://www.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...
akay5785 Posted July 18, 2003 Author Share Posted July 18, 2003 No but you see, i did all that and ssl works great, the only thing i'm concerned with, is that i only want the ssl to work on the login.php and the checkout procedure. Because when someone goes to an ssl page, some of my other pages such as privacy.php and conditions.php and contact_us.php all turn into ssl also, which isn't neccassary. "I shall strike great vengence upon the!" ohh yeah visit: http://www.aarocal.com Link to comment Share on other sites More sharing options...
akay5785 Posted July 20, 2003 Author Share Posted July 20, 2003 could any one please help with how i control which pages get the ssl and which pages dont? "I shall strike great vengence upon the!" ohh yeah visit: http://www.aarocal.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.