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 most important thing to keep in mind is that certain file types and folders should be set to... Read More
1. Log into your cPanel 2. Navigate to Domains section > Zone Editor menu: 3. Click Manage... Read More
Overview Your DNS cache stores the locations (IP addresses) of web servers that contain web... Read More
You can create the redirect for your domain in your cPanel. In order to do it, perform the... Read More
Using the Raw Access Logs menu in cPanel, you can check the traffic coming to your website before... Read More