website is showing not secure
-
My SSL certificate is showing active, but my website shows up as ‘not secure’ in the browser and it does not have the s after http
The blog I need help with is: (visible only to logged in users)
-
Your site is using the self-hosted version of WordPress, and you need to seek help at the WordPress.org forums:
https://wordpress.org/support/forums/
These forums are for WordPress.com hosted sites only :)
Thanks !!! -
It’s showing insecure cuz, some of the elements are loading from HTTP instead of https://.
I found you are using cPanel; You can paste this code in the .htaccess file for force https redirects.RewriteEngineOn RewriteCond%{HTTPS}off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Thanks !!!
- The topic ‘website is showing not secure’ is closed to new replies.