SSL Certificate problem on GoDaddy (Redirect from HTTP to HTTPS)

Published: 04 January 2023
on channel: Programming Solutions
7,620
53

If you have already installed an SSL certificate on your domain but the domain is still showing "not secured" then you can follow this video.

Here I have shown how to redirect from HTTP to HTTPS.

Here is the code:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com /$1 [R,L]



#ssl #https #godaddyguides #godaddy #sslcertificate #httptohttps
#http #domain #freesslcertificate


Watch video SSL Certificate problem on GoDaddy (Redirect from HTTP to HTTPS) online without registration, duration hours minute second in high quality. This video was added by user Programming Solutions 04 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 7,620 once and liked it 53 people.