0

I just purchased SSL for my website from hostgator, so that I can add lock symbol in my website, when users visit https://www.mysite.com

For example: i.stack.imgur.com/68EMA.png

Now they have installed the certificate, but I am unable to make this thing visible in my site. When I am opening the site with https:// it shows no lock symbol.

Please help me to show lock symbol and security certificate information when https:// pages open in my PHP Script.

Thanks.

4

1 に答える 1

5

The issue might be that you are referencing some resources (css, js, images) by an absolute URI that begins with http://. Either make the URIs relative or change them to https. This is all assuming you have control over all the content generated.

于 2012-12-27T15:55:59.330 に答える