How To Redirect http to Https ?

For Redirection You need to add some in .htaccess file
Follow the steps 

Login To Cpanel >> File Manager >> Add File (from the Left hand corner ) >> Type the Name .htaccess >>   edit this file and Paste The codes
  

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

  • 2 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

How to install WordPress via cPanel ?

To install WordPress you simply follow the below steps:   Login to your cPanel with your...

What i do if my website showing 500 Internal server Error ?

If You are facing such screen "Internal Server Error "it was because you .htaccess file is...

WEBMAIL ACCESS

how to log into webmail Webmail is a great feature offered by cPanel. You can access email from...

How to activate SSL certificate for website ?

For activating SSL certificate On your SIte follow the Steps1) Login To Cpanel  2) Search for...