Hi, I bought an SSL certificate, however I link to several non SSL sites, which shows a broken padlock in the browser. How can I make it appear the outgoing links are https, when really they aren't. Thanks a million
There's not much you can do to manipulate outgoing links as you no control over them. You could use an exit page on your own site though. Instead of linking directly to http://www.external.site/somepage.html you could link to https://www.yourdomain.com/exit.php?go=http://www.external.site/somepage.html And have the exit.php script send a location header that redirects to the new address.
What about external images? Say I want: https://mysite.com/image.php?site=http://.google.com/intl/en_ALL/images/logo.gif to show http://www.google.com/intl/en_ALL/images/logo.gif How on earth would I do that?