Replaces All http to https On Blog
so hope we known why 'HTTPS' needto set if we create a business selling site.
REPLACE ALL HTTP TAG |
Lets Follow Our Below Guide????
By Using Our Blog Setting
??You will have to scroll down the page a little and you will see a drop-down box, click it and then you need to be selected Yes.
??Now Save your changes.
Final Method
Open your Blogger Dashboard > Theme > (You might want to save a backup of your blog) > HTML editor.
Now copy the script provided to you and paste it under the <head> tag
<script>if (window.location.protocol == "http:") {
console.log("You are not connected with a secure connection.")
console.log("Reloading the page to a Secure Connection...")
window.location = document.URL.replace("http://", "https://");
}
if (window.location.protocol == "https:") {
console.log("You are connected with a secure connection.")
}
</script>
Now Save Your Template That's It
Hope; you are like our this helpful post.then don't forget to share with your friends. If you have any doubts about anything, then feel free to comment below and also share your experience! Thanks!
0 Comments