<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: WordPress URIs, etc.</title>
	<link>http://cleverhack.com/2006/06/26/wordpress-uris-etc/</link>
	<description>Technology, Startups, Internet Marketing</description>
	<pubDate>Tue, 22 May 2012 04:43:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: joy</title>
		<link>http://cleverhack.com/2006/06/26/wordpress-uris-etc/#comment-23767</link>
		<pubDate>Tue, 27 Jun 2006 04:38:37 +0000</pubDate>
		<guid>http://cleverhack.com/2006/06/26/wordpress-uris-etc/#comment-23767</guid>
					<description>Owen, the rewrite rule didn't work at all. 

What's happening is that the old feed url is getting redirected to index.php via a 302 redirect with that &quot;default&quot; WP .htaccess entry. &lt;http://cleverhack.com/archives/category/podcasts/feed/&gt;

I am at loss as to how to create a 301 based redirect on WordPress.

The problem is that everyone and his brother has the old URL for the podcasts.</description>
		<content:encoded><![CDATA[<p>Owen, the rewrite rule didn&#8217;t work at all. </p>
<p>What&#8217;s happening is that the old feed url is getting redirected to index.php via a 302 redirect with that &#8220;default&#8221; WP .htaccess entry. <http://cleverhack.com/archives/category/podcasts/feed/></p>
<p>I am at loss as to how to create a 301 based redirect on WordPress.</p>
<p>The problem is that everyone and his brother has the old URL for the podcasts.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Owen</title>
		<link>http://cleverhack.com/2006/06/26/wordpress-uris-etc/#comment-23766</link>
		<pubDate>Mon, 26 Jun 2006 14:22:53 +0000</pubDate>
		<guid>http://cleverhack.com/2006/06/26/wordpress-uris-etc/#comment-23766</guid>
					<description>That shouldn't be so - the version of WordPress you're using shouldn't alter the .htaccess when you change your permalink structure.  It should do that all internally.  There is a switch that makes WP use the old method (which does write a bunch of explicit rules to .htaccess) but unless you or a plugin has turned that on, it shouldn't be doing that.

It does seem as though your RSS is hacked up quite a bit.  Maybe some plugin is messing with things in a way that it shouldn't.

In any case, if you just wanted to be rid of the &quot;archives/&quot;, you could use a rule like:

&lt;code&gt;RewriteRule archives/(.*)$ $1&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>That shouldn&#8217;t be so - the version of WordPress you&#8217;re using shouldn&#8217;t alter the .htaccess when you change your permalink structure.  It should do that all internally.  There is a switch that makes WP use the old method (which does write a bunch of explicit rules to .htaccess) but unless you or a plugin has turned that on, it shouldn&#8217;t be doing that.</p>
<p>It does seem as though your RSS is hacked up quite a bit.  Maybe some plugin is messing with things in a way that it shouldn&#8217;t.</p>
<p>In any case, if you just wanted to be rid of the &#8220;archives/&#8221;, you could use a rule like:</p>
<p><code>RewriteRule archives/(.*)$ $1</code>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

