Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

https


seanpaul

Recommended Posts

Posted

Hi All,

 

I have modified and added some images to my header.php, now when I go to any https page of my site i.e. My account I get an error message saying not all items on this page are secure. How can I overcome this.

 

Thanks in advance

Posted

its the way you are linking to the graphics

 

relative address and absolute addressing are different so you should use something in the form of

 

<img src="../images/etcetcetc.......

 

and not use

 

<img src="http://yoursite/catalog/images/etcetcetc

Posted

Thanks for the response, that would have worked fine except for the fact that I'm using Flash files in my header.php

 

When you embed swf's you also have to incorporate links in the code to a none secure section of the macromedia site.

 

Any idea if its still possible to use my flash files and ssl

Archived

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

×
×
  • Create New...