• Breaking News

    how to redirect blogspot.in to blogspot.com

    Go to www.blogger.com and login to your account and navigate to Template > Edit HTML.
    Now find </head> tag and than paste the below code right above it.

    <script type="text/javascript">
    var blog = document.location.hostname.split(".");
    if (blog[blog.length - 1] != "com") {
    var ncr = "http://" + blog[0] + ".blogspot.com/ncr";
    window.location.replace(ncr + document.location.pathname);
    }
    </script>


    Save the Blog and refresh page. That's it. You did it.

    No comments

    Post Top Ad

    ad728

    Post Bottom Ad

    ad728