Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL still showing insecure even though ALL links are https://


MattCardly

Recommended Posts

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

Link to comment
Share on other sites

@@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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...