Jump to content

https issue


jaymc

Recommended Posts

My website uses global header and footers loaded via php

 

So, the same header is called on every single page and in the header it contains javascript such as http://lite.site.com/java.js

 

If I load my website via https:// IE gives warnings that some elements are not being sent secure (http://lite.site.com/java.js)

 

So, to get this working its basically saying my header must be changed to https://lite.site.com/java.js but that means I will be calling dozens of files securely on none secure pages which I dont want to do

 

How can I get around this?

Link to comment
https://forums.phpfreaks.com/topic/156962-https-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.