Är du intresserad av att flytta WordPress från HTTP till HTTPS och installera ett SSL-certifikat på din website?
Vi har fått många requests i det här ämnet eftersom Google redan i juli 2018 meddelade att webbläsaren Chrome skulle markera alla webbplatser utan SSL som osäkra.
I den här artikeln visar vi hur du flyttar WordPress från HTTP till HTTPS på rätt sätt genom att lägga till ett SSL-certifikat.
Oroa dig inte om du inte har någon aning om vad SSL eller HTTPS är. Vi kommer att förklara det också.
Vad är HTTPS?
HTTPS eller Secure HTTP är en krypteringsmetod som säkrar anslutningen mellan användarnas webbläsare och din server. Detta gör det svårare för hackare att tjuvlyssna på anslutningen.
Varje dag delar vi vår personliga information med olika websites, om vi gör ett köp eller bara loggar in.
För att skydda dataöverföringen måste en säker anslutning skapas.
Det är då SSL och HTTPS kommer in i bilden.
Varje site issue ett unikt SSL-certifikat för identifieringssyften. Om en server utger sig för att vara på HTTPS och certifikatet inte matchar, varnar de flesta moderna webbläsare användaren från att ansluta till webbplatsen.
Nu undrar du säkert varför jag behöver flytta min WordPress site från HTTP till HTTPS, särskilt om det är en enkel blogg eller en webbplats för småföretag som inte tar emot några betalningar.
Varför behöver du HTTPS och SSL?
Under 2018 tillkännagav Google en plan för att förbättra den övergripande webbsäkerheten genom att uppmuntra ägare av websites att byta från HTTP till HTTPS. Som en del av denna plan skulle deras populära web browser Chrome markera alla websites utan SSL-certifikat som ”Not Secure”.
Google sa också att webbplatser med SSL också kommer att se sökmotorsoptimering och få högre ranking än osäkra webbplatser. Sedan dess har ett stort antal websites bytt från HTTP till HTTPS.
Efter tillkännagivandet började Google rulla ut ”Not Secure”-varningen i Chrome. Om någon till exempel besöker en HTTP website med inkognitofönstret kommer den att markeras som ”Not Secure”. Om någon besöker en HTTP-webbplats i vanligt läge och försöker fylla i ett kontaktformulär eller ett annat formulär, kommer webbplatsen att markeras som osäker.
När dina läsare och customers ser detta notice ger det dem ett dåligt intryck av ditt företag.
Det är därför alla websites måste gå från HTTP till HTTPS och installera SSL omedelbart.
Eller ej, om du vill godkänna betalningar online på din website för ecommerce behöver du SSL.
De flesta betalningsföretag, gillar Stripe, PayPal Pro, Authorize.net, etc., kommer att kräva en säker anslutning innan de godkänner betalningar.
Vi använder SSL för våra websites, inklusive WPBeginner, OptinMonster, WPForms och MonsterInsights.
Obligatoriska krav för användning av HTTPS/SSL på en site i WordPress
Kraven för att använda SSL i WordPress är ej särskilt höga. Allt du behöver göra är att köpa ett SSL-certifikat, och du kanske redan har det gratis.
De bästa företagen för webbhotell WordPress erbjuder gratis SSL-certifikat för alla sina användare:
För mer detaljer, se vår guide om hur du skaffar ett gratis SSL-certifikat för din website i WordPress.
Om ditt webbhotell ej erbjuder ett gratis SSL-certifikat måste du köpa ett SSL-certifikat.
Vi rekommenderar att du använder Domain.com eftersom de erbjuder det bästa SSL-erbjudandet för både vanliga SSL-certifikat och wildcard SSL-certifikat.
Genom att köpa ett SSL-certifikat från dem får du också en TrustLogo-sigill för din webbplats, och varje SSL-certifikat har en säkerhetsgaranti på minst 10 000 USD. Priserna börjar kl. 33 USD per år och SSL-certifikat förnyas automatiskt.
När du har köpt ett SSL-certifikat måste du be din hosting provider att installera det åt dig.
Settings för användning av SSL och HTTPS i WordPress
När du har aktiverat ett SSL-certifikat för ditt domain name måste du ställa in WordPress så att SSL- och HTTP-protokoll används på din website.
Vi kommer att visa dig två metoder för att göra det, och du kan välja den som bäst passar dina behov.
Video Tutorial
Om du föredrar skriftliga instruktioner är det bara att fortsätta läsa
Metod 1: Konfigurera SSL/HTTPS i WordPress med hjälp av ett tillägg
Denna metod är enklare och rekommenderas för Beginnare.
Först måste du installera och aktivera pluginet Really Simple SSL. För mer detaljer, se vår Step-by-Step guide om hur du installerar ett plugin för WordPress.
När du är aktiverad måste du besöka Settings ” SSL page. Pluginet kommer automatiskt att upptäcka ditt SSL-certifikat och ställa in din WordPress site så att den använder HTTPS.
Tillägget kommer att ta hand om allt, inklusive error med blandat content. Här är vad pluginet gör bakom kulisserna:
- Kontrollera SSL-certifikat
- Ställ in WordPress att använda https i URL:er
- Konfigurera redirects från HTTP till HTTPS
- Leta efter URL:er i ditt content som fortfarande hämtar från osäkra HTTP-källor och försök fixa dem.
Note: Pluginet försöker fixa error med blandat content genom att använda teknik för buffring av utdata. Det kan ha en negativ prestandapåverkan eftersom det ersätter content på webbplatsen när sidan hämmas. Denna påverkan ses endast på första sidans laddning, och den bör vara minimalistisk om du använder ett plugin för caching.
Medan pluginet säger att du kan behålla SSL och säkert deactivate pluginet, är det inte 100% sant. Du måste lämna pluginet aktivt all tid eftersom deactivate av pluginet kommer att ge tillbaka mixed content error. Se vår Really Simple SSL review för mer detaljer.
Metod 2: Ställ in SSL/HTTPS i WordPress manuellt
Den här metoden är obligatorisk för att du ska kunna troubleshoota manuellt och edit WordPress filer. Det är dock en permanent och mer prestandaoptimerad lösning, och vi använder den på WPBeginner.
Om du tycker att den här metoden är svår kan du anlita en WordPress utvecklare eller använda den första metoden istället.
Som en del av denna metod kan du behöva edit WordPress tema och kodfiler. Om du inte har gjort detta tidigare, se vår guide om hur du copy and paste code snippets i WordPress.
Först måste du gå till Settings ” General page. Härifrån måste du updating dina WordPress och site URL adressfält genom att ersätta http med https.
Glöm inte att klicka på knappen ”Save changes” för att spara dina settings.
När Settings har sparats kommer WordPress att logga ut dig och du kommer att bli ombedd att logga in på nytt.
Följaktligen måste du ställa in WordPress redirect från HTTP till HTTPS genom att lägga till följande kod i din .htaccess-fil:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
Om du använder NGINX-servrar måste du add to följande kod för att redirecta från HTTP till HTTPS i din konfigurationsfil:
server {
listen 80;
server_name example.com www.example.com;
return 301 https://example.com$request_uri;
}
Glöm inte att ersätta example.com med ditt domain name.
Genom att följa dessa steg kommer du att undvika WordPress HTTPS fungerar inte error eftersom WordPress nu kommer att ladda hela din website med HTTPS.
Om du vill tvinga SSL och HTTPS på din WordPress admin area eller login pages, måste du konfigurera SSL i wp-config.php-filen.
Add to följande kod ovanför raden ”That’s all, stop editing!” i filen wp-config.php:
define('FORCE_SSL_ADMIN', true);
Denna rad allow WordPress att tvinga SSL / HTTPs i WordPress admin area. Det fungerar också på WordPress multisite networks.
När du har gjort detta är din website helt inställd på att använda SSL/HTTPS, men du kommer fortfarande att stöta på mixed content error.
Dessa error orsakas av att källor (images, scripts eller stylesheets) fortfarande hämtar med det osäkra HTTP-protokollet i URL:erna. Om så är fallet kommer du ej att kunna se en säker hänglåsicon i adressfältet på din website.
Många moderna webbläsare blockerar automatiskt osäkra skript och resurser.
You may see a padlock icon but with a notification about it in your browser’s address bar.
You can find out which content is served through insecure protocol by using the Inspect tool.
Error med blandat content kommer att visas som en varning i konsolen med details för varje objekt med blandat content.
You will notice that most URLs are images, iframes, and image galleries, while some are scripts and stylesheets loaded by your WordPress plugins and themes.
Fixa blandat content i WordPress Database
Majoriteten av de felaktiga URL:erna kommer att vara images, filer, embeds och andra data som är lagrade i din WordPress database. Låt oss fixa dem först.
Du måste hitta alla omnämnanden av din gamla website URL i databasen som börjar med http och ersätta dem med din new website URL som börjar med https.
Du kan enkelt göra detta genom att installera och aktivera pluginet Search & Replace Everything. För mer detaljer, se vår Step-by-Step guide om hur du installerar ett WordPress plugin.
Efter aktivering måste du besöka Tools ” WP Search & Replace page. Under fältet ”Search” måste du add to din website URL med http
. Efter det, add your website URL with https
under ”Replace” fältet.
Under det ser du alla dina WordPress Database Tables. Du måste välja dem alla för att köra en grundlig kontroll.
Klicka sedan på knappen ’Preview Search & Replace’ för att se alla ändringar som pluginet kommer att göra. Slutligen klickar du på knappen ”Replace All”.
Pluginet kommer nu att searcha din WordPress database efter URL:er som börjar med http och ersätta dem med säkra https-URL:er. Det kan ta ett tag, beroende på storleken på din WordPress database.
Fixa error med blandat content i WordPress Theme
En annan vanlig orsak till mixed content error är your WordPress theme. Alla anständiga WordPress-teman som följer WordPress kodningsstandarder kommer ej att orsaka denna issue.
Först måste du använda din webbläsares inspektionsverktyg för att hitta resurserna och var de hämtas från.
Därefter måste du hitta dem i ditt WordPress theme och ersätta dem med https. Detta kommer att vara lite svårt för de flesta Beginnare, eftersom du ej kommer att kunna se vilka theme-filer som innehåller dessa URL:er.
Fixa mixed content error som orsakas av tillägg
Vissa resurser med blandat innehåll kommer att hämtas av tillägg till WordPress. Alla WordPress tillägg som följer WordPress kodningsstandarder kommer ej att orsaka mixed content error.
Vi rekommenderar inte att du editerar filer för WordPress tillägg. Istället bör du kontakta plugin-författaren och meddela dem. Om de inte svarar eller ej kan fixa det, bör du hitta ett lämpligt alternativ.
Obs/observera: Om du av någon anledning fortfarande stöter på ett mixed content error, rekommenderar vi att du tillfälligt använder tillägget Really Simple SSL så att dina användare ej påverkas medan du fixar problemet på en staging website eller anlitar en utvecklare.
Submit your HTTPS site to Google Search Console (Skicka in din HTTPS site till Google Search Console)
Search engines som Google tycker att https och http är två olika websites. För att undvika eventuella sökmotorsoptimeringar måste du meddela Google att din website har flyttats.
För att göra det behöver du bara gå till ditt Google Search Console-konto och klicka på knappen ”Lägg till en fastighet”.
Detta kommer att visa en popup där du måste add your website’s new https address.
Det finns två metoder för att verifiera en site: domain name eller URL-prefix. Vi rekommenderar metoden med URL-prefix eftersom den är mer flexibel.
Efter det kommer Google att be dig att kontrollera äganderätten till din website.
Det finns flera sätt att göra det på. Select någon metod, och du kommer att få instruktioner för att kontrollera din webbplats. Vi rekommenderar att du använder metoden med HTML-taggar.
Du kommer nu att se ett HTML code snippet som du måste add till head section på din WordPress website.
Add to Search Console verifieringskod med All in One SEO
Först installerar och aktiverar du pluginet All in One SEO för WordPress. För mer detaljer, se vår tutorial om hur du installerar ett plugin för WordPress.
Note: Det finns också en gratis version av All in One SEO som du kan prova.
Efter aktivering, gå till All in One SEO ” Allmänna Settings page och klicka på Google Search Console.
Under det måste du add to verifieringskoden som du kopierade tidigare från Google Search Console website.
Glöm inte att klicka på knappen ”Save Changes” för att spara dina inställningar.
Gå sedan tillbaka till tabben Google Search Console och klicka på knappen ”Verify”.
När din site har kontrollerats kommer Google att visa dina rapporter från Search Console här.
Du måste också se till att både https- och http-versionerna läggs till i din Search Console.
Detta talar om för Google att du vill att https-versionen av din website ska behandlas som den primära versionen. I kombination med de 301 redirects som du ställde in tidigare kommer Google att överföra din ranking till https-versionen av din website, och du kommer troligen att se förbättringar i din ranking.
Vi hoppas att den här artikeln hjälpte dig att add to HTTPS och SSL i WordPress. You may also want to see our ultimate WordPress security guide with step-by-step instructions to keep your WordPress site secure or our expert picks of the best analytics solutions for WordPress.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
Syed Balkhi
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
Yasir
Is this plugin is secured.
WPBeginner Support
Yes, the plugin should currently be secured.
Administratör
ammar
Hi, if i’m using the 1st method, do I need to follow the Submit my HTTPS Site to Google Search Console step also after that?
TQ
WPBeginner Support
Yes, you would still want to follow that step
Administratör
Swen
I installed the Really Simple SSL plugin, which states that you should manually replace every http:// in all .css and .js files to //. That doesn’t sound really simple to me. As a beginner I set up a simple website with a couple of pictures. Is it common that http:// statements are in these files?
WPBeginner Support
Normally those links are not common so it shouldn’t be something to worry about.
Administratör
Lucas
Hi,
When adding the code to .htaccess, i get a ”too many redirects” error. I tryed adding to the existing code above, below, and also erasing the existing code and using only the new. All three option get too many redirects.
Is there something I should change there? Thanks in advance for your help!
WPBeginner Support
You would want to try some of the suggestions in our article here:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/
for resolving the too many redirects and should those recommendations not work, you would want to check with your hosting provider to ensure they do not have a system that needs to be modified to point to the https version of your site.
Administratör
Sotir Sotirov
I’ve tried using the plugin but when I do the website becomes not accessible. I’ve tried the manual approach but once I’ve changed the addresses in WP settings the site becomes not accessible again.
WPBeginner Support
You would want to reach out to your hosting provider to ensure that your SSL certificate is connected to your domain correctly and they should be able to help
Administratör
Mike Ashworth
I am about to make the change to SSL and will be following the guidance in te article, initially using the really simple ssl plugin. Before i begin i have a quick question.
If I use the really simple ssl plugin, which takes care of everything, i can leave the general settings in wordpress for wordpress address and site address as http rather than change to https as the plugin will be taking care of it?
WPBeginner Support
Correct
Administratör
Mike Ashworth
Thanks for confirming. I have one other rquestion.
having just activated lets encrypt ssl on siteground for a website, i am asked wther i want to switch the following on or leave it off.
HTTPS Enforce – Forces your site to work entirely over an encrypted HTTPS connection. The redirect is performed on server level and works for any website.
Do i leave this off as the really simple ssl plugin will take care of this as well?
WPBeginner Support
Yes, you can leave that off, you would only want to use that should there be any issues with the plugin or Google finding http links
Mike Ashworth
Thanks for your advice. WP Beginner is such an awesome website. Keep up the great work!
stephan
I want to thank you a lot. I have been looking for the errors over 12hours and get it done with better replace plugins. Thanks a lot dear.
WPBeginner Support
Glad our recommendation could help you
Administratör
Arlina
Does adding in the plugin of SSL slow down my blog speed performance?
WPBeginner Support
It shouldn’t slow your site down
Administratör
Peter Wilson
Can someone tell me, do I replace the contents on my.htaccess. file with the suggested code or do I place it and the beginning/end of the eisting entry.
WPBeginner Support
You would add it at the end of the current code in your htaccess file.
Administratör
Peter Wilson
Thanks for the quick reply. So, would that be after the existing and before the # END WordPress, or does it go after the .
WPBeginner Support
That should not matter, it may be a good idea to do it after should you need to remove the code in the future
Shivanandana
Really awesome guide. Thank you so much! Thanks again for this detailed post!
WPBeginner Support
Glad you like our content
Administratör
Håkan
Great content, helped me alot!
WPBeginner Support
Thank you, glad our content was helpful
Administratör
Harsha
Very useful guide, thank you very much!
WPBeginner Support
You’re welcome, glad our article was helpful
Administratör
Jan-Peter Molenaar
Thanks a lot!! Valuable content
WPBeginner Support
You’re welcome, glad our content is helpful
Administratör
Greg
This article was so helpful. Thank you so much! Made it very easy.
WPBeginner Support
You’re welcome, glad our article was helpful
Administratör
Nel
Most helpful guide ever. Thank you for this.
WPBeginner Support
You’re welcome
Administratör
Jessica Quadra
This was so helpful and each step worked perfectly. Thank you!!
WPBeginner Support
You’re welcome, glad our guide could help
Administratör
Hassen Loukil
Hi!
Thanks for the article!
What about google analytics? Same thing as Google search console or not?
WPBeginner Support
For Google Analytics you should be able to update to https under your property settings
Administratör
Arif Ahmed
When I enable ”WordPress 301 redirection to SSL” option from ”Really Simple SSL Plugin” it works fine, but it removes query parameters. For example, when I get users from Adwords campaign it strips off gclid parameters.
Please guide
WPBeginner Support
You would want to reach out to Really Simple SSL’s support to see if there is an option for query strings.
Administratör
Oswald Porter
Thanks for your helpful article.
The manual SSL/HTTPS set up seems be be working for the main site.
However the mixed content error (images) still appears after using the Better Search Replace plug-in.
At Media Library, images appear with ’https’, but not at the site’s each post
Indeed, at all posts, when I right-click on the post image > ’Copy image address’, it shows:
http://
Ideas? Thanks in advance.
WPBeginner Support
You would want to start by clearing any caching on your site and if that doesn’t work you could try the velvet blues plugin from our article: https://www.wpbeginner.com/plugins/how-to-update-urls-when-moving-your-wordpress-site/
Administratör
Kathy
Hi,
I used this tutorial on many sites and it works like a charm. Thanks for that.
Do you know if I can also use it to update my multisite(s). Or are additional steps needed?
WPBeginner Support
Depending on how your multisite is set up there are normally more steps involved. If you reach out to your hosting provider they can normally help
Administratör
Ralph
Thanks, very nice tutorial.
WPBeginner Support
Thanks, glad you liked our guide
Administratör
Oz
Fantastic and straightforward!
What steps do we need to take to make sure our social share count (e.g., Facebook, Twitter) are still available?
WPBeginner Support
You could try 301 redirecting the http articles to https but unless I hear otherwise, social media sites see the two as different links so you are likely going to lose your shares unless they have added a method to update your share counts.
Administratör
Ahsan
I used cloudflare for free SSL but my traffic has dropped 25%. Is this due to cloudflare?
WPBeginner Support
There are multiple possible reasons for a change in traffic so it is hard to say if that is the only reason or if there were other reasons for a drop in traffic.
Administratör
Shawn
Thank you for such a great piece of content.
It seems like using the Really Simple SSL plugin is way easier than changing codes and scripts on my own.
My question – what if the plugin did not get updated in the future? Is this going to cause a problem for our urls?
And, after installing the SSL from my web host, all I need to do is to activate Really Simple SSL plugin and everything will be redirected to https?
Shawn
WPBeginner Support
It would depend on what changes in WordPress’ core code and how long it has not been updated for the possible issues. The plugin should automatically update your content that it is able to use HTTPS without you needing to modify anything on your end if you wanted.
Administratör
Nathaniel
Just wanted to say thank you. I was not looking forward to doing this, but you’re guide made it easy and quick. Thanks!!!
WPBeginner Support
Glad our guide could help
Administratör
Sheri Ellis
I made the mistake of following your manual instructions before our SSL cert had been installed. All I did was edit the general settings for the URL to https. And now the site is hosed. I’ve been editing every PHP file to include:
define( ’WP_HOME’, ’http://mysite.com’ );
define( ’WP_SITEURL’, ’http://mysite.com’ );
and it’s being ignored. So now my site is hosed. FYI I’m using WordPress 5.1.1 which appears to have significant changes. Help!
WPBeginner Support
You should be able to edit the url back using phpMyAdmin similar to our article here: https://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/
and edit the options table rather than the users table.
Administratör
Sheri Ellis
Thanks for the response but it didn’t work. I ran mysql command line to update the wp_options table and set option_value to http where option_name in (’home’,’siteurl’). I have also inserted the define HOME and SITEURL commands into many PHP files including wp-config.php, and also added define( ’RELOCATE’, true );
Still hosed. Appreciate any additional suggestions!
WPBeginner Support
You may want to ensure if you have a caching plugin that you disable it, as you are unable to log into the site you could use: https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
otherwise, if you reach out to your hosting provider they should be able to assist
Sheri Ellis
Had tried that as well, with no luck. I had to blow away the entire site and reinstall WP. But appreciate the effort!
John J Cooke
This made making the switch a snap. I was sitting on the ssl cert with no sure way how to convert. Really appreciate the easy instructions.
WPBeginner Support
Glad we could make the process easier for you
Administratör
Mandee
Oh my goodness, THANK YOU! I’ve reached out to my hosting company, as well as a developer. They both made it seem like an impossible task to do on my own. Just took care of this is literally 30 seconds because of you. I can’t thank you enough! I wish I would have found this article sooner—would have saved me a lot of headache!!
WPBeginner Support
Glad our article could help
Administratör
Jerry
Hi,
I tried twice your step guide end everything worked great. Now that i have SSL i am trying to migrate but there is a problem on the final step, so it cannot be finalized. Is it a problem i had Lets Encrypt on old server and now that the new one has another, to have caused a problem. Would you recommend remove SSL on old hosting and after that using dublicator to start the articles process?
WPBeginner Support
Who has your SSL should not be a factor for it not working, you could try to see if that works but it is normally due to another cause.
Administratör
BILAL ALI AHMAD
Hi,
I applied all steps and https version is working fine on my website but the non-https version is still accessible when I type http: mysite.com
how to resolve this issue?
Also when I click on my google search link for my website user also lands on non-https version and after that if I access the website again it comes with https
please tell me how to resolve this issue?
WPBeginner Support
If you already submitted your site to Google’s Search console then Google may have cached the http version in their search. For the http version being available, you may want to ensure the redirects were all saved.
Administratör
Clement
This was surprisingly simple that’s why I rely on you guys, had actually thought it would be horrible.
WPBeginner Support
Glad our guide could make it easy for you
Administratör
Marc-Lyon
Thanks for the great tutorial. Only issue I’m stuck with is that URLs with www appended give an error message in browser:
”This site can’t provide a secure connection uses an unsupported protocol.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Unsupported protocol
The client and server don’t support a common SSL protocol version or cipher suite.”
I’ve checked and both non-www and www versions have valid SSL certificates. Any idea why the www version is not working?
WPBeginner Support
Start by reaching out to your hosting provider to ensure they don’t have a setting on their end for the www specific version of your site.
Administratör
Marc-Lyon
Managed to sort it out. Cloudflare was causing the issue.
Solution: disable and re-enable Universal SSL under Crypto settings.
WPBeginner Support
Glad you were able to find the cause and thanks for sharing the solution should anyone else run into the issue
Rock
Very helpful blog. Thanks.
WPBeginner Support
You’re welcome
Administratör
illy
All my images were inserted with http protocol. I used Better Search Replace to fix this and it worked like a charm!
thank you
WPBeginner Support
Glad our recommendation could help
Administratör
Didier
I have a problem with the redirect from http to https.
Using the above mentioned code in the .htaccess file,
my index page http:// example.com redirects to httpS:// example.com
BUT
A subpage http:// example.com/sublink does NOT redirect to https:// example.com/sublink
Does anybody know how to solve this?
Thank you!
WPBeginner Support
You may want to reach out to your hosting provider to ensure they are not overriding any redirects on your site or if they see the code was copied incorrectly.
Administratör
Jason
Yeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeees! The first WP edit that has ever worked first time for me! I’m taking the rest of day off to celebrate.
WPBeginner Support
Glad our guide could help
Administratör
Leo Al
Thanks a lot!
It worked
WPBeginner Support
Glad our article could help
Administratör
Igor N
Thanks, that was really helpful. I went with the method 2 and everything was just fine.
WPBeginner Support
Glad our tutorial could help and you got it working
Administratör
Pamela
This detailed article saved a beginner like me! So helpful. Thank you very much.
WPBeginner Support
Glad our guide could be helpful
Administratör
Rafaqat Ali
Hi thanks for the article, I have shifted my site to ssl by using the article elaborated above.
Let me clear a few things:
1- I have added a new property in Google search console with https:// should I delete the http:// property or remain the both.
2- How long it will take to show google search data in the search console report.
3- Should I make a 301 redirect to https:// version.
4- How to get all my backlinks to https:// version.
( i have submitted the XML sitemap and robots..txt file also with new property)
Thanks for your time
WPBeginner Support
Hey Rafaqat,
If you have set up 301 redirect to your HTTPS urls, then you can leave them both. They would start appearing in search very soon, however of your redirects are properly setup you wont see any difference in your traffic or search rankings.
Administratör
Belinda
Thankyou so so much, this article helped me fix both my blog and online store.
Roberto
It is an amazing article, I solve my problem and now I have my site up and running. Thanks so much!
Editorial Staff
You’re very welcome Roberto
Administratör
Eva
Hi and thank you for the detailed tutorial
I have activated the ssl protocol on a new wordpress installation and after the activation the site’s started opening with https and green padlock ( all pages, with and without www search and if searching http version) even the admin area as far as the theme and editor , however the wordpress and site URL fields in the settings General page still need to be changed to https as they appear as http and any new publication (so as the ones alredy been there) has http link and when editong page appearancefrom main menu it shows exclamation mark oven the secure connection padlock
In that case do I need to go thru all process or after updating the general settings page to https it will be ok ?
It’s my first time doing that and I prefer ( if have to) to do it manually by the 2 method as it very well explained
Thanks
WPBeginner Support
Hi Eva,
You can try the second method or follow the instructions in the first method. You will need to change the URLs in settings as it tells WordPress to use https in URLs.
Administratör
Bernard Brillo
I’ve tried following the manual tutorial but I end up seeing a blank white page on my homepage and all of my other page are now inaccessible. My website is hosted in Amazon and I’m also using W3 total cache.
Do I need to do something else to make this work?
Any suggestions will be much appreciated.
Donatas Vaiciulis
On my website was W3 total cache, when I disabled it worked everything fine. I think after htaccess edit needed to reinstall plugin and do w3 settings again. Not tried yet, soon will try.
Josh
I did method 1 and it worked perfectly. Thanks so much for the tutorial!
Karo Itoje
Hello,
As usual thanks for the detailed tutorial. I decided to do the manual option (option 2) because it seemed simple enough to follow through. However when I pasted the second code for nginx servers into configuration file (wp-config.php) I got a syntax error. So I had to remove the code. But I will still like to follow through with that option so if you can please maybe take a look at that code again and correct it then I’ll really appreciate it.
Also just to get this clearly, it is either:
”set up WordPress redirects from HTTP to HTTPS by adding the following code to your .htaccess file.”
OR THIS
”If you are on nginx servers (most users are not), then you would need to add the following code to redirect from HTTP to HTTPS in your configuration file:”
Not both right?
mostafa elaissaoui
thank u
realy you help me thank you
Rohan Kothari
Hi,
I am planning to start an e-commerce store. Do I need to purchase a wildcard SSL certificate and a dedicated IP to enable payments on my website or will the free SSL certificate bundled with web hosting plans be adequate?
Oliver
Hi Guys,
1st off a great and helpful article, thanks. I have changed my site from http to https and it took a lot less time than I expected, using the Better Search and Replace manual method. But now I can’t seem to change the address of the http version in the Google Search Console. It has both of the sites there but won’t allow me to swap. Is this necessary to do? It seems as if the redirects are working. Should I get the https site indexed as much as possible or will google do that with the http redirects anyway?
WPBeginner Support
Hi Oliver,
If you have both sites in the search console and a redirect in place, then Google will automatically detect the transition and will start showing reports for your HTTPS site.
Administratör
Victor Fernando
I used the first method, although I have experience in programming, I don’t have it in wordpress and I don’t dare to get my hands on the code even though it’s not that complicated.
the first method worked i.e. installing the free plugin version.
Thanks for the tip