napogee Posted November 22, 2004 Posted November 22, 2004 Hey mates, I have a store where I totally changed the header and footer. i created my own 770px image with link maps.. the images are being called from /catalog/images/image1.gif image2.gif and so on.. when I have just installed SSL security, the ssl keeps poping up a popup message asking me would you like to show unsecure items, when i click yes it shows the images without the yellow lock in status bar (IE). and when I click NO - it shows the lock wihout the images in header and footer. and I leaving something out ? maybe I am calling the images incorrectly? I have tried every way possible and it's starting to frustrate me - so i decided to head to the pro's - any suggestions would be cool :) ~ Napogee
napogee Posted November 22, 2004 Author Posted November 22, 2004 Basically my question is: When you add your own image how would you call the image to make it secure.. Thank you, ~ N` Apogee
Jerah Posted November 22, 2004 Posted November 22, 2004 Basically my question is:When you add your own image how would you call the image to make it secure.. Make sure you use RELATIVE URLs for the images (ie catalog/images/image1.gif - does not include http://www.yourdomain.com). Then make sure you have defined servers correctly in configure.php. Those definitions make the base ref for each page, so that images etc will be called correctly. It sounds like you are using absolute URLs (ie http://www.yourdomain.com/catalog/images/image1.gif). I hope that helps.
napogee Posted November 22, 2004 Author Posted November 22, 2004 Hi Jerrah, I tried that for every single image shown on the pages. And I still receive that warning :( Any other ideas ? ~ Napo`
Recommended Posts
Archived
This topic is now archived and is closed to further replies.