&& $filename != 'whois'}

База знань

How to Install SSL on Hosting via cPanel Друк

  • 0

Installing Let's Encrypt (Free)

  1. Log in to your hosting cPanel
  2. Find the Security → Let's Encrypt SSL section
  3. Select your domain from the list
  4. Click Issue — the certificate will be installed automatically within 1-2 minutes
  5. Check your site: a padlock ???? should appear in the address bar

Installing a Paid SSL

  1. Order the certificate in your client area
  2. After receiving the certificate files, go to cPanel → SSL/TLS
  3. Select Manage SSL Sites
  4. Paste the Certificate (CRT), Private Key and CA Bundle into the corresponding fields
  5. Click Install Certificate

Force Redirect to HTTPS

After installing SSL add to your .htaccess file:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Can't install?

Contact our support — we'll install it for free within 1 hour.


Ця відповідь Вам допомогла?

« Назад

Powered by WHMCompleteSolution