Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

Switching from HTTP to HTTPS

Joined
May 20, 2017
Posts
337
Reaction score
87
I've got a large(ish) site at the moment which isn't on https.

Its a wordpress site and hosted with Bluehost, and they offer a free SSL and all I need to do is push a button.

But I've got a few nice deep backlinks dotted around which obviously use the http URL.

Am I going to mess these up / lose juice if my URL changes to https? Anybody know whether it will either automatically redirect to the https when somebody clicks through or whether I have to do this manually / perform some sort of painstaking task?

Been putting this off a bit as I'm out my depth, stupid not to just build on https from the start but it was a minor ranking signal at the time and I think it has gained importance as time as progressed.
 
Some sort of rewrite in the .htaccess suffice, for people who have done this before?
 
Code:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

I think....google

I use SSL Insecure Content Fixer plug in aswell for wordpress. Works Fab !
 
I've changed a couple of sites over, didn't have any noticeable negative impact, in fact it did seem to have a little boost but might have been something else.

I referred to the following page (there may be better) when I did it as I'm no expert. https://www.bram.us/2014/12/06/migrating-your-wordpress-website-from-http-to-https/

Also when I did it I also used the following site to check as I had a warning and this showed me what the issues (minor) were. https://www.whynopadlock.com/

I have the below in my htaccess to redirect http to https but not sure whether it works the same on all servers?

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
 
Thanks guys, encouraging that you both have similar in your .htaccess and that its the same code I found when googling. May actually open a support ticket with my host to see if they have a standard reply for this, as they must get this question a fair bit.
 
Last edited:
Finally did this on boxing day (I know, I'm a saddo!).

What a ballache to do for an already developed site, my fault though as https was growing when I started it. Had to try and change facebook/twitter/youtube/google+ links to https etc, also have a few domains pointed for juice etc.... took me about 6 hours :D

Annoyingly added a bit of time to page speed (made it a bit slower), although no noticeable change in traffic yet. Is nice seeing the word "secure" in the browser though.
 

Rule #1: Be Respectful

Do not insult any other member. Be polite and do business. Thank you!

Premium Members

New Threads

Domain Forum Friends

Lastest Listings

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom