HostGator.com » Support Portal

Why is it I get a popup warning saying the page contains secure and nonsecure items?

The reason you get this error is because the secure page you are visiting has hyperlinks and images that are linked from http instead of https. All you need to do is add the https into the links on the page and this will solve the problem.

e.g.
Change <a href="http://www.domain.com/blog/index.php">Click Me</a>
To <a href="https://www.domain.com/blog/index.php">Click Me</a>
or <a href="blog/index.php">Click Me</a>

e.g.2
Change <img src="http://www.domain.com/images/logo.gif">
To <img src="https://www.domain.com/images/logo.gif">
or <img src="images/logo.gif">


Your comments help us keep the knowledge base updated. This is not a medium for support. If you have questions or need help, please contact us via email, phone or live chat for fast assistance.

Post Comment