Direct All Traffic to https

Once you have tested your site out with https://www.mydomain.com (replace mydomain.com with your own domain), you can redirect all of your traffic to https by adding the following to your .htaccess file located in the public_html directory.

If you don't have an .htaccess file you can create one, if you do have one simply add the following lines:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Now everybody that visits your site from a non https link will be redirected to the https version of that page.

If you are not sure how to do this, open a support ticket and we will be happy to place these lines in your .htaccess file for you.

  • 11 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

Addon Domains

All accounts can host more than one domain (Domain pointing to sub-domains). You can add a...

Can I upgrade or downgrade between package plans?

Yes you can upgrade or downgrade at any time, there are no additional fees to do this.When you...

Do you perform backups of my site?

We do perform daily backups of your site and store nightly and weekly backups for your...

Do you support FrontPage?

No we no longer support Frontpage extensions.

How do I use the server's shared SSL?

You can use our shared SSL to perform secured transaction with your website. Each of our servers...