jessevitrone Posted February 27, 2004 Share Posted February 27, 2004 I'm sure this has been asked a million times, but I can't seem to find it when I search. I changed my config.php to turn on the SSL server and the HTTPS_SERVER define('HTTPS_SERVER', 'https://ithaca.serversecured.net/~alpha/'); define('ENABLE_SSL', true); Now how can I check for orders with a secure connection? I can go to https://ithaca.serversecured.net/~alpha/shop/admin and login, but when I click any of the links, I'm back to a regular http connection. Is there a way to set it up so that I hit it secure and stay secure, or hit it normal and stay normal? Thanks in advance, Jesse Link to comment Share on other sites More sharing options...
rkobiske Posted February 27, 2004 Share Posted February 27, 2004 change this line too: define('HTTP_SERVER', 'https://HOST'); You need to change the HTTP_SERVER option to be secure also. Link to comment Share on other sites More sharing options...
threeG Posted February 28, 2004 Share Posted February 28, 2004 Thanks for the tip! I had the same problem. As they like to say in this forum: "It worked like a charm!" B) Regards, John Regards, John "There is nothing like a little successful tinkering to bring out the looney mad scientist in all of us. Brohoohoohoooohaahaahaaahahaaaaaaaaaa!" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.