ComicWisdom Posted April 1, 2008 Posted April 1, 2008 When my pages load with ssl the message asking if you want to load nonsecure items pops up. I have traced it to graphics on the pages. Is there a special location or some process to /put/do to the images to stop this? Thank you Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP!
germ Posted April 1, 2008 Posted April 1, 2008 It can be cause if you have the "http://" hard code in the source. If the <base href=...> is something like http://yoursite.com/catalog/, all the <img src= should be something like <img src=images/picture.gif> Look at the <base href=...> in the source. If it comes out like <base href=""> (blank) you'll need to make a change in application_top.php If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.