How do I force SSL / HTTPS on my domain or site? Print

  • 5

To force SSL connections to a site, you need use the cPanel File Manager to add or edit the .htaccess file for the folder containing the site.

You need to ensure that you show hidden files (dotfiles) when opening the File Manager.

Add the following at the top of the file:


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



Clear your browser cache and re-test.

When viewing the site, your browser should now automatically load over HTTPS. 


Was this answer helpful?

« Back

Powered by WHMCompleteSolution