Need some help to modify your code so it works

Hi,

The code for blogger for my site is as follows: <?xml version="1.0" encoding="UTF-8" ?>

This Page

has moved to a new address:

http://atomicinsights.com

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service

The problem is that for the host I have, it generates a security warning when this is past: http://atomicinsights.com/?b2w=http://atomicinsights.blogspot.com/2008/04/earthquake-in-japan-threatens-viability.html

But this string works instead: http://atomicinsights.com/?b2w=atomicinsights.blogspot.com/2008/04/earthquake-in-japan-threatens-viability.html

How can I modify the above code properly to remove the "http://" part of the url string?

Oh, that’s strange.

You need to manually remove http:// from the code generated by plugin and then paste it in your blogger.com template.

Yes. Do you know how to modify the code properly? It’s not so strange really, it’s just a security catch on the part of the hosting service, the link will work fine as I specified.

Remove this line window.location.protocol + “//” + from the code in blogger.com template.

Thanks, I’ll give that a try.

@jasonrc
Is this solution worked for you?