<?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: The Problem with Permalinks</title>
	<atom:link href="http://www.mostlymuppet.com/2007/11/21/the-problem-with-permalinks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mostlymuppet.com/2007/11/21/the-problem-with-permalinks/</link>
	<description>Part Mop.  Part Puppet.  All Crazy.</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:44:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: RSL</title>
		<link>http://www.mostlymuppet.com/2007/11/21/the-problem-with-permalinks/comment-page-1/#comment-452400</link>
		<dc:creator>RSL</dc:creator>
		<pubDate>Wed, 21 Nov 2007 18:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlymuppet.com/archives/2007/11/21/the-problem-with-permalinks/#comment-452400</guid>
		<description>As long as you haven&#039;t changed the title slugs of any of yr posts, you should be able to use mod_rewrite to handily forward all the current style permalinks to just the title slug style ones like this:

REWRITE_COND %{REQUEST_FILENAME} archives.*
REWRITE_RULE archives/\d{4}/\d{2}/\d{2}/(.*) $1 [QSA,L]

If this is Greek to you, there&#039;s a cheat sheet here: http://www.ilovejackdaniels.com/cheat-sheets/mod_rewrite-cheat-sheet/ and Googling mod_rewrite has a ton of information but those two lines should do what you want.

As far as switching domains, you&#039;ll prolly want to keep mostlymuppet.com registered for a while too and leave a rewrite rule that looks for those archive old-style permalinks first, redirects them with the new slugs _and_ a new domain, which you&#039;d just tack on the front of the redirect like so...

REWRITE_RULE archives/\d{4}/\d{2}/\d{2}/(.*) http://newdomain.com/$1 [QSA,L]

then have a catchall that redirects everything else [which should be correct still] to the new domain. Lemme know if that doesn&#039;t work or you need more help. :) Happy thanksgiving!</description>
		<content:encoded><![CDATA[<p>As long as you haven&#8217;t changed the title slugs of any of yr posts, you should be able to use mod_rewrite to handily forward all the current style permalinks to just the title slug style ones like this:</p>
<p>REWRITE_COND %{REQUEST_FILENAME} archives.*<br />
REWRITE_RULE archives/\d{4}/\d{2}/\d{2}/(.*) $1 [QSA,L]</p>
<p>If this is Greek to you, there&#8217;s a cheat sheet here: <a href="http://www.ilovejackdaniels.com/cheat-sheets/mod_rewrite-cheat-sheet/" >http://www.ilovejackdaniels.com/cheat-sheets/mod_rewrite-cheat-sheet/</a> and Googling mod_rewrite has a ton of information but those two lines should do what you want.</p>
<p>As far as switching domains, you&#8217;ll prolly want to keep mostlymuppet.com registered for a while too and leave a rewrite rule that looks for those archive old-style permalinks first, redirects them with the new slugs _and_ a new domain, which you&#8217;d just tack on the front of the redirect like so&#8230;</p>
<p>REWRITE_RULE archives/\d{4}/\d{2}/\d{2}/(.*) <a href="http://newdomain.com/$1" >http://newdomain.com/$1</a> [QSA,L]</p>
<p>then have a catchall that redirects everything else [which should be correct still] to the new domain. Lemme know if that doesn&#8217;t work or you need more help. :) Happy thanksgiving!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
