Yossefelbaz Posted January 23, 2013 Share Posted January 23, 2013 Hi. I am getting a message on IE9 that says only secured content is displayed. This happens when i am in my shopping cart page. It says online (and i checked that too) that i have mixed content from HTTP and HTTPS on my page. How to solve this? Link to comment Share on other sites More sharing options...
benjamin utterback Posted January 23, 2013 Share Posted January 23, 2013 Hi, what version of windows are you running? Link to comment Share on other sites More sharing options...
Bill Dalton Posted January 23, 2013 Share Posted January 23, 2013 Have the page in your browser. Look at the source code for the page. Find the links that are http only and not https Change the http to https. Recent example for me, I bought a theme that had links to Google fonts, I needed to change those links in my theme header.tpl to https. Link to comment Share on other sites More sharing options...
Yossefelbaz Posted January 23, 2013 Author Share Posted January 23, 2013 I'm using Windows 7. If I will change the template's links to HTTPS it will use it even in the regular pages... Link to comment Share on other sites More sharing options...
Bill Dalton Posted January 23, 2013 Share Posted January 23, 2013 Yes it will, in my case it was the easy way to fix. Can you give a link? Link to comment Share on other sites More sharing options...
benjamin utterback Posted January 23, 2013 Share Posted January 23, 2013 By Default, IE will not automatically only show secured content. It will have a prompt asking you to display the unsecure content. To Disable/Enable/Prompt the “Only secure content is displayed” message: Start Internet Explorer. On the Tool menu, click Internet Options. Click the Security tab, and then click Custom level. In the Settings box, scroll down to the Miscellaneous section, and under Display mixed content choose from the following options: Disable, will not display non-secure items. Enable, will always display non-secure items without asking Prompt, will prompt you when a webpage is using non-secure content Internet Explorer blocks non-secure content to keep your information safe and is set to Prompt by default. When this setting is set to Enable, Internet Explorer does not prompt you with the "Only secure content is displayed" message even if the webpage is using non-secure elements. (This is the way chrome and firefox does it by default I think) Link to comment Share on other sites More sharing options...
Yossefelbaz Posted January 28, 2013 Author Share Posted January 28, 2013 Is there a way to put a statement in the PHP script to check either this page is HTTP or HTTPS? In this case i can add it once in the header and change it in all the page. Link to comment Share on other sites More sharing options...
Recommended Posts