I am trying to code website (in php) and latter plan to add SSL certificate. So the question: is there special coding for https websites (comparing to http)? Or the only difference is in url?
lammert
9:37 pm on Feb 3, 2013 (gmt 0)
The main difference is in the URL. But if you plan to use the site with SSL, there are some things to think about in your design. One important thing is that images and other embedded features on the site should come from an URL with https:// to prevent security errors popping up. If you use advertising on the site, be sure the advertising network supports https:// URLs for the same reason.
rigaconnect
7:20 am on Feb 4, 2013 (gmt 0)
OK. Thanks. At first plan to code as if for http, when website will be ready to add ssl
rigaconnect
11:05 am on Feb 4, 2013 (gmt 0)
... is there any way how to get adsense work on https without warnings?