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.1. Login to cPanel. 2. Click on Email accounts. 3. Click on password and... Read More
Overview This interface allows you to create and manage subdomains for your cPanel account. A... Read More
Wildcard subdomain allows you to point all non-existing subdomains to a specific folder in your... Read More
Sometimes FTP connections do not terminate properly and must be manually disconnected. We can do... Read More
In order to install SSL on your Domain, Follow the steps given below: 1. Purchase SSL... Read More