Forum Moderators: coopster
To be a secure site every object on the page must be served from a https URL, including scripts, stylesheets and images. You need to either have duplicate copies of such elements available on the secure sites, either by copying the files or symlinking them on the server.
Well, i am indeed using symbolic linking. Basically, I have two sites, one secured and one non-secured. My secured site (https) is a symbolic link to my non-secured site. So all the content in my secured site is indeed served by my non-secured site. I did it like this because I didn't want to have duplicate files (such as style sheet, template) in both sites.