MattCardly Posted December 4, 2012 Posted December 4, 2012 Hi, Is anyone able to tell me why my pages are still showing as insecure even though I have made all links on that page, link to https:// for example the following url still shows in Google as insecure and I am unsure why?? https://www.cardly.co.uk/login.php There are other pages similar to this I changed the following code to reflect the SSL.... define('HTTP_SERVER', 'https://www.cardly.co.uk'); Thanks, Matt
Guest Posted December 5, 2012 Posted December 5, 2012 @@MattCardly Only some of the pages in osCommerce are secure and use the SSL. Those pages are identified with this code at the top of them: if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.