How do I force SSL / HTTPS on my domain or site 列印

  • SSL
  • 0

Prior to completing these steps you need to ensure that a valid SSL certificate is in place for the domain you want to force SSL on.  This can be a purchased/EV SSL certificate or a free Let'sEncrypt certificate.

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.
 


這篇文章有幫助嗎?

« 返回