<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: From MovableType to WordPress in 301 Easy Steps</title>
	<atom:link href="http://maggienelson.com/2009/01/from-movabletype-to-wordpress-in-301-easy-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://maggienelson.com/2009/01/from-movabletype-to-wordpress-in-301-easy-steps/</link>
	<description>databases and code goodness</description>
	<lastBuildDate>Sat, 28 Aug 2010 21:51:25 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brandon Savage</title>
		<link>http://maggienelson.com/2009/01/from-movabletype-to-wordpress-in-301-easy-steps/comment-page-1/#comment-51</link>
		<dc:creator>Brandon Savage</dc:creator>
		<pubDate>Tue, 27 Jan 2009 14:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=105#comment-51</guid>
		<description>Thanks so much for your tutorial! I&#039;m doing this exact process (from a custom solution) and I really appreciate that you took the time to write this out. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks so much for your tutorial! I&#8217;m doing this exact process (from a custom solution) and I really appreciate that you took the time to write this out. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Katzke</title>
		<link>http://maggienelson.com/2009/01/from-movabletype-to-wordpress-in-301-easy-steps/comment-page-1/#comment-46</link>
		<dc:creator>Karl Katzke</dc:creator>
		<pubDate>Mon, 26 Jan 2009 18:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=105#comment-46</guid>
		<description>Oh, that&#039;s interesting. Thanks for posting all that mangling. 

One note of caution: Various plugins will overwrite or alter some of the rewrite rules if you allow them to. Keep a backup of your final file!</description>
		<content:encoded><![CDATA[<p>Oh, that&#8217;s interesting. Thanks for posting all that mangling. </p>
<p>One note of caution: Various plugins will overwrite or alter some of the rewrite rules if you allow them to. Keep a backup of your final file!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dagfinn Reiersøl</title>
		<link>http://maggienelson.com/2009/01/from-movabletype-to-wordpress-in-301-easy-steps/comment-page-1/#comment-41</link>
		<dc:creator>Dagfinn Reiersøl</dc:creator>
		<pubDate>Mon, 26 Jan 2009 11:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=105#comment-41</guid>
		<description>Interesting. I happen to be working on the same thing, except my old platform is LifeType. I&#039;ve generated a list of redirects by first pulling out all necessary ingredients from both databases using one SQL join and then performing a series of substitues in Vim. I looks like I need only one manual change in addition to get all the posts redirected correctly.</description>
		<content:encoded><![CDATA[<p>Interesting. I happen to be working on the same thing, except my old platform is LifeType. I&#8217;ve generated a list of redirects by first pulling out all necessary ingredients from both databases using one SQL join and then performing a series of substitues in Vim. I looks like I need only one manual change in addition to get all the posts redirected correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maggie</title>
		<link>http://maggienelson.com/2009/01/from-movabletype-to-wordpress-in-301-easy-steps/comment-page-1/#comment-37</link>
		<dc:creator>maggie</dc:creator>
		<pubDate>Mon, 26 Jan 2009 00:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=105#comment-37</guid>
		<description>Oh, hmm... Good point - looking into it now!</description>
		<content:encoded><![CDATA[<p>Oh, hmm&#8230; Good point &#8211; looking into it now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Shiflett</title>
		<link>http://maggienelson.com/2009/01/from-movabletype-to-wordpress-in-301-easy-steps/comment-page-1/#comment-36</link>
		<dc:creator>Chris Shiflett</dc:creator>
		<pubDate>Mon, 26 Jan 2009 00:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=105#comment-36</guid>
		<description>Your feed redirects properly, which is the most important URL to maintain for a blog.

However, it currently redirects twice because of your &quot;broad blanket rules&quot; approach. It might be worth making an exception for that one case.</description>
		<content:encoded><![CDATA[<p>Your feed redirects properly, which is the most important URL to maintain for a blog.</p>
<p>However, it currently redirects twice because of your &#8220;broad blanket rules&#8221; approach. It might be worth making an exception for that one case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Beaver</title>
		<link>http://maggienelson.com/2009/01/from-movabletype-to-wordpress-in-301-easy-steps/comment-page-1/#comment-35</link>
		<dc:creator>Greg Beaver</dc:creator>
		<pubDate>Sun, 25 Jan 2009 23:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=105#comment-35</guid>
		<description>Hi Maggie,

You can use a 404 trick to do a search/replace on a URL at maggienelson.com, and use the 301 header inside the 404 script.

Thus, http://maggienelson.com/2006/12/some-trunca.html would cause a 404, triggering your 404 script (let&#039;s pretend it&#039;s 404.php.  This script parses out &quot;some-trunca&quot; and searches blog titles, then sends the 301 header.

You could also set up a table mapping blog title to new title or just create a static array from the titles on the old server and put it in your script.

Happy moving :)

Greg</description>
		<content:encoded><![CDATA[<p>Hi Maggie,</p>
<p>You can use a 404 trick to do a search/replace on a URL at maggienelson.com, and use the 301 header inside the 404 script.</p>
<p>Thus, <a href="http://maggienelson.com/2006/12/some-trunca.html" rel="nofollow">http://maggienelson.com/2006/12/some-trunca.html</a> would cause a 404, triggering your 404 script (let&#8217;s pretend it&#8217;s 404.php.  This script parses out &#8220;some-trunca&#8221; and searches blog titles, then sends the 301 header.</p>
<p>You could also set up a table mapping blog title to new title or just create a static array from the titles on the old server and put it in your script.</p>
<p>Happy moving :)</p>
<p>Greg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
