msaunders Posted April 28, 2006 Posted April 28, 2006 Hi I am having a problem whereby when I visit my SSL page , i get a popup from IE with the following "This page contains both secure and unsecure items . Do you wish to display the unsecure items? " If I say YES then the padlock dissapears . When i say NO , the padlock loads but I dont notice any images or items missing so im not sure exactly what is causing this . Apologies if this has been answered hundreds of times. I have sepnd the last 30 minutes reading through other replies and i tried a few suggestions but nothing worked. thanks Martin
kgt Posted April 28, 2006 Posted April 28, 2006 Check that you don't have hardcoded http links in your css file. Check that you don't have hardcoded http links in your HTML (like a banner in your footer). Contributions Discount Coupon Codes Donations
msaunders Posted April 28, 2006 Author Posted April 28, 2006 Hi I think I might . What can I use in place of these ? I need the code to reflect the base directories ? thanks martin
kgt Posted April 28, 2006 Posted April 28, 2006 Change http://yourdomain.com/images/myimage.jpg to /images/myimage.jpg The first one is an absolute URL, the second is a relative URL. Contributions Discount Coupon Codes Donations
msaunders Posted April 28, 2006 Author Posted April 28, 2006 Hi Yeah i had all my images setup that way , I think ist sorted now anyway . I have some flash in the header and there was a link to http://www.macromedia/..............etc etc I think that was causing the error . Thanks for your help Rgds Martin
Recommended Posts
Archived
This topic is now archived and is closed to further replies.