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 The Password Generator feature generates secure passwords, which are difficult for... Read More
Getting Started with Linux Shared Hosting To make your website visible on the Web, your... Read More
Full BackupThe Backups interface allows you to download and store your files, databases,... Read More
Overview Parked domains are domains that you own, but which do not contain any content. Instead,... Read More
Wildcard subdomain allows you to point all non-existing subdomains to a specific folder in your... Read More