PDA

View Full Version : How to redirect site from http to https?



ninadordev
09-01-2017, 09:43 AM
hello friends,

How to redirect site from http to https?

deepakrajput
09-01-2017, 12:08 PM
You can use 301 seo redirect to move your website from http to https.

24x7servermanag
09-02-2017, 02:23 AM
Basic for setting up redirection from http to https is, there should be SSL certificate installed on your service for with you would like to add the redirection. Once you will install the SSL certificate then you should replace every instance of http with https in your code, script, image paths etc.

Once all this is setup then you can add the 301 type of redirection from your control panel or you can write the code of redirection in .htaccess file. Some domain registrars do provide option to add the redirection.

Hope this will help you. :)

Asmit Roy
09-02-2017, 03:02 AM
you can use the 301 for the permanent redirect from http to https.

SKN
09-02-2017, 03:56 AM
Get SSL certificate and install it and then make 301 redirections in your .htaccess file.