Many thanks Mudito!
I have just replaced the lines which delete the ‘http://’ and worked!
var str = “<$BlogItemPermalinkURL$>”;
var url_velho = str.substr(7);
window.location.href=’http://www.dhammadafloresta.org/?blogger=’+url_velho;
Obrigado!
Hi Mudito,
I have the same issue. I also use hostgator, I get the Error 403 (only for blog posts, for the main page works fine) and if I remove manually the ‘http://’ it works. But I don’t know how to remove from the code. Could you please help me?
If you don’t know about the code, at least how do I add a link to the error page (like you did).
To redirect from blogger to WP I have followed the steps in the link below.
http://www.wpbeginner.com/wp-tutorials/how-to-switch-from-blogger-to-wordpress-without-losing-google-rankings/
Thanks