How to re-direct an old custom domain - and all its posts - to a new one

This article describes options for making link to a blog's old URL automatically point to the blog's new URL after a custom domain change. If you have a blog made with Blogger which has a custom domain, then it's easy enough to switch this blog to use a different domain. Doing this moves both the content (posts and pages) and template (layout, structure, colour-scheme). Often when people make this type of change, they want to set up re-directs so that if anyone clicks an external link to the old custom domain, they are re-directed to the same content on the new domain. For example, www.old-domain.com/current-Page.html should redirect to www.new-domain.com/current-page.html.) With many other website building tools, the .htaccess file for the site lets you set up re-directs like this. But things are little different when you use Blogger. Your Blogspot address VS your custom domain Your blog always has a blogspot addresss - let's call it: www.yourBlog.blogspot.com When yo...