HTTP stands for HyperText Transfer Protocol, this serves as the communication between networks as communication between the browser to the server. This protocol also provides commands in the communication activities undertaken, such as transmit and receive information across the server and the client browser. HTTP is commonly used on many websites, but the shortage of HTTP this is a security that is lacking, so anyone can view or retrieve our data when we are in a website that has the HTTP protocol for data sent and received is not encrypted, so the solution is using SSL / HTTPS can be called Secure HTTP so that incoming and outgoing data is encrypted.
How to Put HTTPS Blogger
1. Go to Blogger
2. Login with your blog account
3. Go into the settings menu, then set the HTTPS
4. Log in to edit templates
5. Place the following code above </ head>
<script type='text/javascript'> var blog = document.location.hostname; var slug = document.location.pathname; var ctld = blog.substr(blog.lastIndexOf(".")); if (ctld != ".com") { var ncr = "https://" + blog.substr(0, blog.indexOf(".")); ncr += ".blogspot.com/ncr" + slug; window.location.replace(ncr);} </script>
6. If there is an error please get into the edit template7. Press ctrl + f and then find http: //
8. Then replace the //
How to create a Blog Become HTTPS
4/
5
Oleh
Unknown
