How to Redirect The Website From HTTP to HTTPS in cPanel Hosting

Опубликовано: 03 Октябрь 2024
на канале: Pc Tips Pro
36,376
471

Start Your Own Website: https://www.hostg.xyz/aff_c?offer_id=...
Discount Code(PCTIPSPRO)

.htaccess file code -
-----------------------------
CODE START
-----------------------------
RewriteEngine On

RewriteCond %{HTTPS} off

RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

-----------------------------
CODE END
-----------------------------


HTTP stands for Hypertext Transfer Protocol and HTTPS stands for Hypertext Transfer Protocol Secure.

If you have installed an SSL Certificate on your website then the SSL Certificate lock will not show without redirecting your website from HTTP to HTTPS.

In this video, I have explained how to redirect your website from HTTP to HTTPS.

Keep in touch with Pc Tips Pro

Our Facebook page and group link are the following:

Facebook Page:-   / pctipspro  
Facebook Group:-   / pctipspro  

Join us on Telegram:-

Telegram Channel: https://t.me/pctipspro
Telegram Group: https://t.me/joinchat/KcLCYBW8qJ68bzP...

You can follow us on Twitter:   / tt_computer  
-------------------
#Https
#Http
#HttpsRedirect
#HttpRedirect
#WebsiteRedirection