Using the following code in your .htaccess file automatically redirects visitors to the HTTPS version of your site:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
If you have an existing .htaccess file:
RewriteEngine On.RewriteCond and RewriteRule immediately follow the already-existing RewriteEngine On.Overview This interface allows you to create and manage subdomains for your cPanel account. A... Read More
Here is how to initiate an AutoSSL check from your cPanel account. 1.Log into your... Read More
1. Login to cPanel 2. Click on Spam Filters. 3. Scroll down to Additional Configurations... Read More
Parked Domains can be pointed to your main site /public_html folder only. If you want to point... Read More
Forward All Email for a Domain Domain forwarding takes place only when a delivery is not... Read More