How do I force SSL / HTTPS on my domain or 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.
Did you find this article helpful?
You might also find useful
Default Nameservers for Shared Hosting
How do I add another domain to my Hosting Account?
How do I get an SSL certificate for my domain?