SSL question - cgi-bin
I have SSL Support on my site and to prevent duplicatation of a bunch of files I have softlinked my httpsdocs folder to my httpdocs folder.This all works fine and the little lock shows up whenever I address a page with the https url.
Problem:
When I address something in my cgi-bin folder through SSL (https://www.domain.com/cgi-bin/something.html) The lock does not appear. However, the page works fine.
Questions:
Is this site still protected via SSL?
How to get the lock to appear?
Thanks!!