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.The process of adding an addon domain involves the creation of the corresponding subdomain. In... Read More
1. Login to cPanel. 2. Select MultiPHP Manager from Software Tab. 3. Select your domain... Read More
A recordAAAA recordCNAME recordSRV recordTXT record In order to edit the DNS zone of the domain... Read More
1. Login to WHM. 2. Click on List Accounts in Account Information Tab. 3. Now select... Read More
You can create the redirect for your domain in your cPanel. In order to do it, perform the... Read More