So as you are probably aware Google is looking for blogs to have an SSL certificate and the prefix of HTTPS from October 2017 otherwise they could be punished in search criteria.
Debatable, but moving on.
I don’t know what a .htaccess file is or how I find and amend it! Can anyone help?
Is your site already successfully configured to use https
? It’s an important question and knowing that will help me provide you an easier answer than messing with your .htaccess
file.
Also, I’ve been told that if you update your URL to show as HTTPS you also need to update Google Analytics. Is this true?
You may need to ask Google directly about that. I’d imagine it would work both ways as Google wants more people using https. I don’t think you’d lose stats as it’s the same site but Google should know.
Which plugin are you using for those stats?
]]>Regards
]]>I’m not too sure about adding another plugin, can’t they slow the blog down?
]]>The above post was what I was going to suggest.
Here’s my advice: Make a full off site backup of your files and database.
https://codex.www.ads-software.com/WordPress_Backups
This is a safety precaution. Safety nets are good.
Once that’s done change both your Site URL and WordPress address from https://www.beautybestfriend.com/ to https://www.beautybestfriend.com/
You can do that via this link.
https://www.beautybestfriend.com/wp-admin/options-general.php
That will take care of anyone hitting your http URL. WordPress will see that but will automatically send any visitors to the https version. Which means you do not need to edit your .htaccess
file. Which is good.
But you still need to fix all of your database’s URLs from https://www.beautybestfriend.com/ to https://www.beautybestfriend.com/ That can be accomplished using the methods in this article.
https://codex.www.ads-software.com/Moving_WordPress#Changing_Your_Domain_Name_and_URLs
Even though it’s the same site and nothing is really moving, it still looks like a move to WordPress. The URL is changing, just from http to https.
The plugins there are all good but I recommend this one.
https://www.ads-software.com/plugins/better-search-replace/
Make sure you select all tables and search for
https://www.beautybestfriend.com
and replace it with
https://www.beautybestfriend.com
Notice that I left off the trailing slash? That’s a just-in-case and will work. Once this has been done, you should be fully https on your site.
If something goes wrong, then restore the database backup from above.
https://codex.www.ads-software.com/Restoring_Your_Database_From_Backup
And you’ll be back where you were before you started. I really like safety nets.
]]>So I made a backup then updated the URLs in the WordPress General Settings. Then I had a call from 1and1 (which I had already scheduled before getting your help!) and they updated the .htaccess file for me.
So now when I go to my blog the URL shows up as https://www.beautybestfriend.com
Do I still need to change the database URLs or use the Better Search Replace plugin? Also, do I need to change anything on Google Analytics?
Thanks.
Laura
]]>Then I had a call from 1and1 (which I had already scheduled before getting your help!) and they updated the .htaccess file for me.
That’s nice of them, and that works but it’s not really necessary. Leave it in place though as it works too. ??
Do I still need to change the database URLs or use the Better Search Replace plugin?
It’s a good idea as a just in case. The post info in the database will reference http instead of https. That could lead to mismatched content errors which is when you have a https page that loads some http content.
Also, do I need to change anything on Google Analytics?
I doubt it, but contact Google for that one. They’re encouraging everyone to do this so I don’t think the analytics will have a problem with getting data from your site as http or https.
]]>