seanpaul Posted May 20, 2003 Posted May 20, 2003 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
Guest Posted May 20, 2003 Posted May 20, 2003 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
seanpaul Posted May 21, 2003 Author Posted May 21, 2003 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
seanpaul Posted May 21, 2003 Author Posted May 21, 2003 OK, I got it, I just needed to add https to the macromedia urls :oops:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.