Fake Rewrite outgoing links to https?

Discussion in 'Apache' started by bobby9101, Mar 28, 2007.

  1. #1
    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
     
    bobby9101, Mar 28, 2007 IP
  2. rodney88

    rodney88 Guest

    Messages:
    480
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    rodney88, Mar 28, 2007 IP
  3. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #3
    bobby9101, Mar 28, 2007 IP
  4. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #4
    actully it was some javascript that I had not a link, so I will try to rewrtie the javscript
     
    bobby9101, Mar 28, 2007 IP