How do you redirect a blogspot to a domain?

1337python

Regular Member
Joined
Jun 18, 2013
Messages
395
Reaction score
239
Hey BHW,
Is it possible to redirect from blogger blog to another site? E.G. blogger-blog.blogspot.com redirects to blahblah.com
 
How do I do a 302 on blogger?


Can you please say it more detailed, I can't seem to find it.. :(

I remember it was with some javascript, or with meta refresh.. its a long time ago for me sorry :)
 
I remember it was with some javascript, or with meta refresh.. its a long time ago for me sorry :)

I'd really appreciate if someone could share the code, if some one has it!
 
I am pretty sure the first few pages of Google would have told you how to do it.
 
I am pretty sure the first few pages of Google would have told you how to do it.
I tried some of the code and it didn't work as I wanted it to.. Sorry if you got offended.
 
check in blogger settings,you have to change DNA settings of domain
 
72ba40d7952fbe1d8caacf18981c46dd.png
 
Hi, I tried this and my blog is not appearing when typed without www Anyone know what the problem is? Works perfectly fine if the site is typed with www
 
Doing this is so simple. All you have to do is go to blogger, then under settings change the DNA settings of a domain. Then you're done with your redirection.
 
Yes, you can redirect by placing the code below in the head
<meta http-equiv="refresh" content="0;URL="yourredirectedsite"> "0"
 
Back
Top