Hello this is my first post here but it looks like a cool page. I've have a blog for a few years now and so you can imagine the number of archived posts. Over a year ago I moved to my own host from blogger and started using Movable Type. In the last week I changed doman names and the directory tree for the blog so I was unable to use redirect 301 / http://www.mynewdomain.com to redirect the entire domain. Do far this is what my .htaccess file looks like ErrorDocument 404 http://www.daosu.com/custom404.html redirect 301 /blog/index.html http://www.newsite.com/index.html redirect 301 /index.html http://www.newsite.com/index.html redirect 301 /prayer.html http://www.newsite.com/index.html redirect 301 /test.html http://www.newsite.com/index.html It is working really well for my main pages but I have all these archives that are still indexed in Google. They are not getting 404 errors. They are still showing up as the right pages. My old site was setup like this http://www.oldsite.com/blog/archives New site is a little different. I wanted the index.html file for the blog in my main page instead of a directory like "blog" in the old site. Its always been the most popular page on the site so I wanted people to just be able to type www.mypage.com So my new site is http://www.newsite.com/archives I have imported all the old posts from 2 blogs to this new site and was wondering if anyone could give me some help in getting all my old archive files redirected to the new site. Just in case you needed to know my current .htaccess file in in my root directory of the old site and its redirecting traffic already. I've got Awstats running and traffic is already coming in from the old site. Its just the archives that have me stumped. There are hundreds of them. Can't really write a 301 for each and everyone of them. I was thinking that the Major search engines would just reindex them if I left them alone but I still need the traffic redirected. Ok thats about it. If you need any other info just let me know. Thank you.