You probably have images that use absolute links, as opposed to relative links. To fix this, look for any images that link to the entire path, such as: http://www.yourdomain.com/images/abc.jpg and change them to: images/abc.jpg.
Another common cause is flash or javascripts on a site. For example, if you have flash on your site, you need code that references a non-secure location. To fix this, replace "http://" with "https://" and this will fix the problem. |