Redirect http to https using .htaccess file (works with WordPress)
Have you just installed SSL certificate, but now you need to figure out how to redirect http to https. So no matter what the user puts in the browser, it always redirects to HTTPS?
In this video I’ll show you how to do this easily with any hosting provider, as long as you have access to the file manager or FTP.
We will be using .htaccess file, so this will work even if you have wordpress, or you are using cpanel in godaddy or hostgator, this will work everywhere!
For this to work you need to have apache server, which is most common type of server.
In case you are looking for a video how to install SSL sertificate in first place, here is a video: https://youtu.be/GPcznB74GPs
what is HTTPS? https://youtu.be/bxw73rTZSdI
Code snippet:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Alright, I have a website where I’ve just installed SSL certificate. Currently it only works if the user types in https. However we want redirect all traffic from http to https.
This is easily achieved with a little bit of code in your .htaccess file.
Go to your Cpanel, or use file manager, or ftp, whatever way you can get to the root folder of your domain.
Let’s create a new file called .htaccess, in my case, I actually already have it, so I’m going to open it up in code edit view.
I have also, some other code in the file, but you can ignore it. After the code just place these 3 lines. I’m going to add this code snippet to the description, so you can just copy paste it.
Then save the file, and now if you refresh your site using http, it should redirect automatically to https.
Post on my website: https://punchsalad.com/ssl-certificate/install-lets-encrypt-godaddy/
Видео Redirect http to https using .htaccess file (works with WordPress) автора Инструкции по Творчеству
Видео Redirect http to https using .htaccess file (works with WordPress) автора Инструкции по Творчеству
Информация
15 сентября 2023 г. 22:25:06
00:02:53
Похожие видео