I have learned that 301 directs are not possible, and have made meta-refresh redirects in the blogger template to a new self-hosted blog. Is there a way to take the most popular posts and put a redirect within the <html> of that post to redirect to the new blog?
ie: myblog.blogspot.com/2009/04/mypost.html
to
myblog.com/2009/04/mypost.html
I've already imported all posts and using htaccess & sql have rewritten all old urls to match the imported ones. Is there a way to fwd the top linked posts to my new blog?
Thank you!