Forum Moderators: coopster
I've included a header file through require_once().
The include file calls external img images from external domains (through a regular [)...]
The issue is that, the page that uses the header file throws up a security warning when accessed through a httpS url.
This is the warning in IE:
"This page contains both secure and nonsecure items.
Do you want to display the nonsecure items?"
Is there any possible way to get the script to stop displaying this warning when accessed through httpS?