How to Enable Auto SSL in cPanel using File manager

July 21, 2023 / SSL

This tutorial will explain how to enable Auto SSL in cPanel using File manager. Enabling Auto SSL means starting the https protocol on the website.

Steps to enable Auto SSL in cPanel using file manager –

  1. Log in to cPanel.
  2. Select the “File manager” sub-option under “Files” option.
    Go to File Manager
  3. Click on the “public_html” file.
    Choose public_html
  4. Find the “.htaccess” file in public_html file and open it.
    Click on .htaccess
  5. If you are unable to find the “.htaccess” file, create it or find it in the hidden files.
  6. Open the .htaccess file and enter the below code and save it.
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

This was the easiest way to enable Auto SSL in cPanel using file manager.

A great way to protect your website is to use Auto SSL in cPanel. Check out our comprehensive article on How to Install a third-party SSL certificate for greater safety and flexibility if you’re interested in enhancing your SSL options and want to learn how to do it.

Dominos Search