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.PhpMyAdmin is an application for MySQL databases management - with it you can create, alter,... Read More
Getting Started with Linux Shared Hosting To make your website visible on the Web, your... Read More
Overview The Backup Wizard interface allows you to back up all or part of your website, or... Read More
Overview Your DNS cache stores the locations (IP addresses) of web servers that contain web... Read More
Overview The File Manager interface allows cPanel users to manage and edit their files. The... Read More