Please watch this video: https://www.youtube.com/watch?v=MHNEUOEP2NY
To redirect your website from http to https, please follow the below steps:
- Log into cPanel
- Go to File Manager from Files section
- Go to public_html directory
- Click Settings from right upper side and tik Show hidden files
- Open .htaccess file and add the below codes
RewriteEngine On
RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
6. Save the file. That's it
Now clear the browser cache and visit the website.