Knowledgebase
how to install free ssl certificate using Cpanel.
HOW TO INSTALL FREE SSL CERTIFICATE USING CPANEL.
- login to your Cpanel account
- Go to SSL/TLS in security.
- Click on Manage SSL.
- In domain box add your domain name and click on auto-fill by domain.
- then at the bottom click on install certificate, SSL certificate will be installed.
EDIT THE .htaccess file.
login to cpanel and go to file manager > public HTML > .htaccess
add the following lines and save the file
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]