• Hello,

    I’m a fairly new blogger and not very techy and have been struggling with my blog today. I created a new post and when I went to check the site (https://amillionsmallermiracles.com), my new post did not show up right away. It eventually did, however the actual homepage is showing not secure. I can type and access the new post through https://amillionsmallermiracles.com, but when I click on the home page menu, that’s when it shows not secure, when I’m pretty sure it had been secure before. All links in my posts are secure and I have not added any new plugins. Any help is appreciated! Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there, I was able to recreate the issue on my end. Seeing that it’s only the homepage it’s most likely that in the theme or the widget you use to manage the menu you have the link as https://domain instead of https://domain. Changing the homepage link to https will fix this issue for you.

    Thread Starter amillis8

    (@amillis8)

    Thank you, thank you, thank you! It worked and I am grateful!

    My pleasure, I’m glad it worked =)

    Tip: When accessing your site from amillionsmallermiracles.com it defaults to http, to have all traffic redirected to the https version of your site (and avoid having 2 versions) you can add the following snippet of code to your .htaccess file or use a plugin (but I always prefer a couple lines of code over a plugin which requires updates and takes up space).

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    
    • This reply was modified 6 years, 7 months ago by Wurpe Hosting.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Homepage Not Secure’ is closed to new replies.