Redirect your domain from http to https

We Provide Free AutoSSL for every domain hosted with us. Free SSL certificate will be automatically get installed and activated for the main domain within 48hrs of hosting account activation after your purchase.
For Add-on Domains it will also get activated within 48hrs after you have added them in your cPanel account.

You have to redirect your domain from HTTP to HTTPS through your .htaccess file. You can add this code to your .htaccess file or ask your developer to do that.

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

OR you can use 
Login to cPanel >> Domains >> Force HTTPS Redirect

NOTE:
- Auto SSL will only get installed only if your hosted domain is pointed to our server using nameservers of A records.
- Freel SSL Certificate will be automatically get renewed every 90 days.

  • Redirect domain, Redirect domain to https, redirect domain from http to https, Domain redirection
  • 11 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

Flash tutorials to manage control panel

My SQL A guide to creating and modifying MySQL databases in cPanel. Quality: High | Low Change...

Flash tutorials to manage email

Email Accounts Manage the email accounts associated with your domain(s). Quality: High | Low...

Where can I find cPanel tutorials?

Check cPanel docs :http://www.cpanel.net/docs/cpanel/

How do I use .html files to run SSI (Server Side Includes)?

Apache Handlers This is what you would use to specify how to treat file types. By default,...

WordPress SMTP Authentication

SMTP auth support can be added in wordpress through third party plugins. You can follow these...