To redirect your website to HTTPS. Enter the following to your .htaccess file.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Save the file, then test via your browser.
- 116 Users Found This Useful
Related Articles
How to install an SSL Cert in CPanel
In order to install an SSL cert after purchasing follow the steps belowThis article assumes you...
Creating a Certificate Signing Request (CSR) in CPanel
In order to generate a CSR in Cpanel, follow the steps below1) Log into your cpanel control...
Configure your SSL with Unlimited Web Hosting
Short guide to configuring your SSL with Unlimited Web Hosting
How to install an SSL Cert in Plesk
In order to install an SSL cert after purchasing follow the steps belowThis article assumes you...
How to force WordPress to use https
Watch the video guide below about forcing WordPress to use https