Just follow the following procedures
- Login to our cpanel
- Go to File Manager
- In the Public_html folder right click .htaccess file then click edit
- Add the following
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://yourdomain.com%{REQUEST_URI} - SAVE