Wednesday, September 2, 2015

htaccess – 301 Redirect Website From http to https


Now a days more and more websites are making the move from http to https, primarily just because of Google’s announcement back in August 2014, where they said websites with SSL (i.e. secure connection) will benefit from a slight boost in search engine rankings.

Many have made the move, yet failed to notice any difference in rankings. Perhaps the boost is so lightweight that it’s extremely difficult to track. In any case, I don’t see anything wrong with getting an SSL certificate, even if your website isn’t dealing with sensitive data or necessarily going to benefit from a boost, because it ultimately does make a website more secure when transferring data, and that’s always a good thing.

The code


The following code will 301 redirect all http URLs to https. For example http://www.kcontechnosoft.com will redirect to https://www.kcontechnosoft.com

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

A blogger

I am passionate blogger cum B.Tech. Computer engineering graduate. I love writing blog post. I spend my free time in writing blog post that will useful to everyone (including me). I have had some success making money blogging and want to help others do the same. I just figured that by creating a great and free resource a lot of links would follow – and they have. Some people ask me how they can repay me – which is not necessary - but for those wanting to show their appreciation, I just say linking to the article from their blog is the best compensation I could receive. Thanks for reading!

0 comments:

Post a Comment

Thanks for commenting. I will Reply you soon

 

Copyright @ 2013 PHP WORDPRESS MAGENTO .

Designed by Kcon Technosoft