<?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: How to Update Your WordPress Permalinks Without Causing Link Rot</title>
	<atom:link href="http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/feed/" rel="self" type="application/rss+xml" />
	<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/</link>
	<description>Here We Go Again Again</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:06:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Rick Beckman</title>
		<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-4970</link>
		<dc:creator>Rick Beckman</dc:creator>
		<pubDate>Thu, 25 Jun 2009 21:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-4970</guid>
		<description>Before it. :)</description>
		<content:encoded><![CDATA[<p>Before it. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel K</title>
		<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-4969</link>
		<dc:creator>Joel K</dc:creator>
		<pubDate>Thu, 25 Jun 2009 18:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-4969</guid>
		<description>When you say add it BEFORE the wordpress code, do you mean before the line that starts &quot;# BEGIN WordPress&quot; or just after that??

Thanks</description>
		<content:encoded><![CDATA[<p>When you say add it BEFORE the wordpress code, do you mean before the line that starts “# BEGIN WordPress” or just after that??</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leaving the Dates Out of Your URLs [Blogging Tip]</title>
		<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-4465</link>
		<dc:creator>Leaving the Dates Out of Your URLs [Blogging Tip]</dc:creator>
		<pubDate>Tue, 26 May 2009 20:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-4465</guid>
		<description>[...] site/wp-content/uploads/year/month/picture_name.jpg. Ari did some additional research and found a post by Rick Beckman and learned the correct redirect rule for his [...]</description>
		<content:encoded><![CDATA[<p>[…] site/wp-content/uploads/year/month/picture_name.jpg. Ari did some additional research and found a post by Rick Beckman and learned the correct redirect rule for his […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari Herzog</title>
		<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-4454</link>
		<dc:creator>Ari Herzog</dc:creator>
		<pubDate>Tue, 26 May 2009 02:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-4454</guid>
		<description>You rock, Rick! But you already knew that, right? :)

I switched around my permalink structure last night--courtesy of http://www.keenerliving.com/leaving-the-dates-out-of-your-urls-blogging-tip/ -- but the RedirectMatch line wasn&#039;t working correctly.

After emailing back and forth with Bruce, I had it down to 

&lt;code&gt;RedirectMatch 301 /([0-9]+)/([0-9]+)/(.*)$ http://ariwriter.com/$3&lt;/code&gt;

That solved the posts, but created a conflict with date-based archive pages and uploaded images in date-based wp-content folders. One link led to another--and I came across this. I now have:

&lt;code&gt;RedirectMatch 301 ^/[0-9]{4}/[0-9]{2}/([a-z0-9\-/]+) http://ariwriter.com/$1&lt;/code&gt; and it works great!

Better to use htaccess than plugins I figure; cleaner!</description>
		<content:encoded><![CDATA[<p>You rock, Rick! But you already knew that, right? :)</p>
<p>I switched around my permalink structure last night–courtesy of <a href="http://www.keenerliving.com/leaving-the-dates-out-of-your-urls-blogging-tip/" rel="nofollow">http://www.keenerliving.com/leaving-the-dates-out-of-your-urls-blogging-tip/</a> — but the RedirectMatch line wasn’t working correctly.</p>
<p>After emailing back and forth with Bruce, I had it down to </p>
<p><code>RedirectMatch 301 /([0-9]+)/([0-9]+)/(.*)$ <a href="http://ariwriter.com/$3" rel="nofollow">http://ariwriter.com/$3</a></code></p>
<p>That solved the posts, but created a conflict with date-based archive pages and uploaded images in date-based wp-content folders. One link led to another–and I came across this. I now have:</p>
<p><code>RedirectMatch 301 ^/[0-9]{4}/[0-9]{2}/([a-z0-9\-/]+) <a href="http://ariwriter.com/$1" rel="nofollow">http://ariwriter.com/$1</a></code> and it works great!</p>
<p>Better to use htaccess than plugins I figure; cleaner!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Money Off Shop</title>
		<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-4229</link>
		<dc:creator>Money Off Shop</dc:creator>
		<pubDate>Thu, 30 Apr 2009 20:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-4229</guid>
		<description>Hi Rick - just wanted to say a HUGE thank you for your clear and concise instructions.  They worked a treat when I changed my permalink structure and the search engines love it!

Thanks again - you&#039;re a genius :-)</description>
		<content:encoded><![CDATA[<p>Hi Rick — just wanted to say a HUGE thank you for your clear and concise instructions.  They worked a treat when I changed my permalink structure and the search engines love it!</p>
<p>Thanks again — you’re a genius :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bongkersz</title>
		<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-3599</link>
		<dc:creator>bongkersz</dc:creator>
		<pubDate>Fri, 03 Apr 2009 05:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-3599</guid>
		<description>Awesome! Thanks a lot dude. You made my day, after searching up and down in the internet, trying few plugins which needs more tweaking works.. this one piece of code save the day!!!!!!!!!!!!!! :D</description>
		<content:encoded><![CDATA[<p>Awesome! Thanks a lot dude. You made my day, after searching up and down in the internet, trying few plugins which needs more tweaking works.. this one piece of code save the day!!!!!!!!!!!!!! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgoode</title>
		<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-1978</link>
		<dc:creator>jgoode</dc:creator>
		<pubDate>Fri, 02 Jan 2009 18:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-1978</guid>
		<description>Awesome, exactly what I was looking for. Thank you so much for your fantastically clear information, your help pointing me to this article and your willingness to share additional outside links for further insight. I ended up having to go with the mod-rewrite version, but it works perfectly!</description>
		<content:encoded><![CDATA[<p>Awesome, exactly what I was looking for. Thank you so much for your fantastically clear information, your help pointing me to this article and your willingness to share additional outside links for further insight. I ended up having to go with the mod-rewrite version, but it works perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-1977</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Fri, 19 Sep 2008 19:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-1977</guid>
		<description>I just did a hellish move from an extremely outdated Movable Type installation to Wordpress. All I wanted was to redirect my old permalink format:
/blog/archives/123456.php

to my new format:
/blog/archives/123456

I Googled for hours and tried all sorts of redirect rules, and nothing worked until your Redirect Match tip. THANK YOU!

Latest from Michelle: &lt;a href=&quot;http://feeds.feedburner.com/~r/syntaxfree/~3/396869572/002447&quot; rel=&quot;nofollow&quot;&gt;Mouldy Speeches&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I just did a hellish move from an extremely outdated Movable Type installation to WordPress. All I wanted was to redirect my old permalink format:<br />
/blog/archives/123456.php</p>
<p>to my new format:<br />
/blog/archives/123456</p>
<p>I Googled for hours and tried all sorts of redirect rules, and nothing worked until your Redirect Match tip. THANK YOU!</p>
<p>Latest from Michelle: <a href="http://feeds.feedburner.com/~r/syntaxfree/~3/396869572/002447" rel="nofollow">Mouldy Speeches</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Forlani</title>
		<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-1976</link>
		<dc:creator>Max Forlani</dc:creator>
		<pubDate>Mon, 25 Aug 2008 09:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-1976</guid>
		<description>Hi Rick,

very interesting article.

Over the weekend, I actualy did a double change. I switched from a windows based server to the Apache version, to get rid of the stupid index.php

And on top of that, I wanted to get rid of the day in the url, but keep the year and month.

To do all this, I used the tool that you mention and that may have a security breach. So I&#039;m certainly willing to give your suggestion a go, but how would that string look like in my case?

Original url:
http://www.domain.com/index.php/%year%/%monthnum%/%day%/%postname%/

Current URL:
http://www.domain.com/%year%/%monthnum%/%postname%/

Beside the already mentioned plugin, I also use the Objection Redirection plugin (http://www.biggnuts.com/objection-redirection-wordpress-plugin/). I read about this in an article on a Permalink Change by DoshDosh. Does this still make sense if I apply the .htaccess tool?

Kind regards,
Max</description>
		<content:encoded><![CDATA[<p>Hi Rick,</p>
<p>very interesting article.</p>
<p>Over the weekend, I actualy did a double change. I switched from a windows based server to the Apache version, to get rid of the stupid index.php</p>
<p>And on top of that, I wanted to get rid of the day in the url, but keep the year and month.</p>
<p>To do all this, I used the tool that you mention and that may have a security breach. So I’m certainly willing to give your suggestion a go, but how would that string look like in my case?</p>
<p>Original url:<br />
<a href="http://www.domain.com/index.php/%year%/%monthnum%/%day%/%postname%/" rel="nofollow">http://www.domain.com/index.php/%year%/%monthnum%/%day%/%postname%/</a></p>
<p>Current URL:<br />
<a href="http://www.domain.com/%year%/%monthnum%/%postname%/" rel="nofollow">http://www.domain.com/%year%/%monthnum%/%postname%/</a></p>
<p>Beside the already mentioned plugin, I also use the Objection Redirection plugin (<a href="http://www.biggnuts.com/objection-redirection-wordpress-plugin/" rel="nofollow">http://www.biggnuts.com/objection-redirection-wordpress-plugin/</a>). I read about this in an article on a Permalink Change by DoshDosh. Does this still make sense if I apply the .htaccess tool?</p>
<p>Kind regards,<br />
Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Beckman</title>
		<link>http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-1975</link>
		<dc:creator>Rick Beckman</dc:creator>
		<pubDate>Mon, 18 Aug 2008 21:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/#comment-1975</guid>
		<description>&lt;a href=&#039;#comment-5701&#039; class=&#039;comment_link&#039; rel=&quot;nofollow&quot;&gt;Alexander - StrategieVincenti&lt;/a&gt;: Glad to hear it. :D</description>
		<content:encoded><![CDATA[<p><a href='#comment-5701' class='comment_link' rel="nofollow">Alexander — StrategieVincenti</a>: Glad to hear it. :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using xcache (user agent is rejected)
Database Caching 3/11 queries in 0.039 seconds using xcache

Served from: rickbeckman.org @ 2010-07-31 19:50:06 -->