Security & SSL Print

  • 0

Security & SSL

1. Installing Free SSL

  • Log in to cPanel.

  • Go to SSL/TLS Status.

  • Click Run AutoSSL.

  • Your website will now load with https://.

2. Forcing HTTPS

  • In cPanel, open File Manager.

  • Edit the .htaccess file in public_html.

  • Add this code:

     
    RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Was this answer helpful?

« Back