Knowledgebase
How can we help you?
How can we help you?
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 You can use this interface to create and manage your website's File Transfer Protocol... Read More
Overview Addon domains allow you to control multiple domains from a single account. An addon... Read More
Overview DNS (Domain Name Service) is the component of the Internet that converts human-readable... Read More
Overview The Backup Wizard interface allows you to back up all or part of your website, or... Read More
Overview The Backups interface allows you to download and store your files, databases,... Read More
Powered by WHMCompleteSolution