டொமைன் ஒவொரு நாடிற்கும் Redirecting ஆவதை தடுப்பது எப்படி ?

உங்களது பிளாக்கர் டொமைன் ஒவொரு நாடிற்கும்  ஏற்றது  போல co.in ,co.uk,lk,பிர என திருப்பி விடபடுகிறதா இதனை எப்படி நிறுத்தி .com என செய்வது கிழே கொடுக்க பட்ட படிமுறை படி செய்து பிளாக்கர் Redirecting ஆவதை தடுத்து கொள்ளுங்கள்
Blogger  Redirecting Country Specific Domain
Login to Blogger account
 Click on Template > Edit Edit HTML

Click in the Coding rectangle box, and then click “Ctrl + F”. Now check with code <head>. Press Enter

Copy the redirection script given below. Now paste the Script after the <head>.

 <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>
Click on “save template”. Now view the blogger