HOW TO INSTALL FREE SSL CERTIFICATE USING CPANEL.

  1. login to your Cpanel account
  2. Go to SSL/TLS in security.
  3. Click on Manage SSL.
  4. In domain box add your domain name and click on auto-fill by domain.
  5. 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]
Was this answer helpful? 1 Users Found This Useful (1 Votes)