In this article you will learn how to redirect the users who enter the HTTP version of your site, towards the HTTPS version.
First of all, you will need to have SSL (HTTPS) installed, if your website is accessible by entering HTTPS in your address, then HTTPS works correctly.
When your account does not use WordPress
1) Enter cPanel> File manager and in the configuration option select to be able to view hidden files, then you will see the .htaccess file in the public_html directory. Create the file if you don't see it
2) Add the following in the beginning of the code in the .htaccess file:
RewriteEngine On
RewriteCond% {HTTPS} off
RewriteRule (. *) Https: //% {HTTP_HOST}% {REQUEST_URI}
3) Save the file and check the results in the web browser when trying to access your site using standard http instead of https.
If it works correctly, it should be automatically redirected to https.
When your account uses WordPress
1) Change the URL to https in General Settings from the WordPress Admin.
2) Confirm if the site works with https,
3) In case it doesn't work, follow the steps in the case without WordPress
When your account uses the Cloudflare service
1) Access the Cloudflare account where the domain is configured
2) Go to the SSL / TLS section
3) Select the "Edge Certificates" tab
4) Set to On the option "Always use HTTPS"
When your account uses Neolo Site Builder
1) Access the Neolo Site Builder from the cPanel
2) Select the Settings icon, then "Tools"
3) Check the option "Publish the Site with HTTPS forcing"
If you have any questions, please contact our support team