Re: blogger https problem
"'Brett Morgan' via Blogger Developer Group" <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <CAAFdGSdZv3wmSJze5iVjiLLV9jx2RjmLv=d8ybJzd8y2GoaQDA@mail.gmail.com> |
Please re-post to https://productforums.google.com/forum/#!forum/blogger On Wed, Mar 1, 2017 at 2:25 PM Blog Tecrübem <[email protected]> wrote: > i use some codes to remove com*.tr*, end of the blog link. > > this code: > > *<script type='text/javascript'> var str= window.location.href.toString(); > if ((str.indexOf('.com/'))=='-1') { var > str1=str.substring(str.lastIndexOf(".blogspot.")); if > (str1.indexOf('/')=='-1') { var str2=str1; } else { var > str2=str1.substring(0,str1.indexOf('/')+1); } window.location.href > =window.location.href.toString().replace(str2,'.blogspot.com/ncr/' > <http://blogspot.com/ncr/'>); } </script>* > > but after that, the blog doesn t work without *https* > but i want to use blog without *https* and *.tr* > > my blog - https://goo.gl/zV7jZC > > -- > You received this message because you are subscribed to the Google Groups > "Blogger Developer Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/bloggerdev. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bloggerdev. For more options, visit https://groups.google.com/d/optout.