lingering (final?) MovableType to WordPress migration stuff

I hadn’t ever done anything with the old MT archive files, so they were getting increasingly stale and I noticed they were still coming up in my traffic reports (does anyone need to see a page with several hundred posts included in it? This is one of the weaknesses of MT or at least something one would need to figure out to work around.)

I hadn’t ever done anything with the old MT archive files, so they were getting increasingly stale and I noticed they were still coming up in my traffic reports (does anyone need to see a page with several hundred posts included in it? This is one of the weaknesses of MT or at least something one would need to figure out to work around.)

So herewith, all the wordpress specific redirect directives in my httpd.conf file:

Redirect /movabletype/archives/cat_observations.html “http://paulbeard.org/wordpress/index.php?cat=2”
Redirect /movabletype/archives/cat_family_fun.html “http://paulbeard.org/wordpress/index.php?cat=3”
Redirect /movabletype/archives/cat_it_could_be_called_work.html “http://paulbeard.org/wordpress/index.php?cat=4”
Redirect /movabletype/archives/cat_obscure_pursuits.html “http://paulbeard.org/wordpress/index.php?cat=5”
Redirect /movabletype/archives/cat_food.html “http://paulbeard.org/wordpress/index.php?cat=6”
Redirect /movabletype/archives/cat_the_value_of_x.html “http://paulbeard.org/wordpress/index.php?cat=7”
Redirect /movabletype/archives/cat_rated_x.html “http://paulbeard.org/wordpress/index.php?cat=7”
Redirect /movabletype/archives/cat_books.html “http://paulbeard.org/wordpress/index.php?cat=8”
Redirect /movabletype/archives/cat_analogdigital_conversion.html “http://paulbeard.org/wordpress/index.php?cat=9”
Redirect /movabletype/archives/cat_blows_against_the_empire.html “http://paulbeard.org/wordpress/index.php?cat=10”
Redirect /movabletype/archives/cat_a_learning_experience.html “http://paulbeard.org/wordpress/index.php?cat=11”
Redirect /movabletype/archives/cat_i_dont_do_windows.html “http://paulbeard.org/wordpress/index.php?cat=12”
Redirect /movabletype/archives/cat_two_wheels_good.html “http://paulbeard.org/wordpress/index.php?cat=13”
Redirect /movabletype/archives/cat_i_am_not_a_lawyer.html “http://paulbeard.org/wordpress/index.php?cat=14”
Redirect /movabletype/archives/cat_darwin_on_olde_worlde_hardware_a_howto.html “http://paulbeard.org/wordpress/index.php?cat=15”
Redirect /movabletype/archives/cat_darwin_on_olde_worlde_hardware_a_howto.html “http://paulbeard.org/wordpress/index.php?cat=15”
Redirect /movabletype/archives/cat_music.html “http://paulbeard.org/wordpress/index.php?cat=16”
Redirect /movabletype/archives/cat_2004_us_election.html “http://paulbeard.org/wordpress/index.php?cat=17”
Redirect /movabletype/archives/cat_movabletype_30.html “http://paulbeard.org/wordpress/index.php?cat=18”
Redirect /movabletype/archives/cat_wordpress.html “http://paulbeard.org/wordpress/index.php?cat=19”
Redirect /movabletype/index.xml “http://paulbeard.org/wordpress/wp-rss2.php”
Redirect /movabletype/index.rdf “http://paulbeard.org/wordpress/wp-rss2.php”
Redirect /movabletype/atom.xml “http://paulbeard.org/wordpress/wp-atom.php”
Redirect /movabletype/index-full.xml “http://paulbeard.org/wordpress/wp-rss2.php”
Redirect /movabletype/index.html “http://paulbeard.org/wordpress/index.php”
Redirect /wordpress/styles-site.css “http://paulbeard.org/wordpress/wp-layout.css”

Leave a Reply

Your email address will not be published. Required fields are marked *