<?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: Where&#8217;d All My Rewrite Rules Go?</title>
	<atom:link href="http://maisonbisson.com/blog/post/11265/whered-all-my-rewrite-rules-go/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com/blog/post/11265/whered-all-my-rewrite-rules-go/</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 22:08:29 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Casey Bisson</title>
		<link>http://maisonbisson.com/blog/post/11265/whered-all-my-rewrite-rules-go/comment-page-1/#comment-35669</link>
		<dc:creator>Casey Bisson</dc:creator>
		<pubDate>Fri, 21 Apr 2006 12:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11265/#comment-35669</guid>
		<description>Jessamyn: I&#039;m too lazy to actually test this advice, but you&#039;ll want to insert your own rules above the catch-all rule quoted in my post. It should look something like this:

&lt;blockquote&gt;&lt;pre&gt;RewriteRule ^faq/ /blog/faq.html [QSA,L]
RewriteRule . /blog/index.php [L]&lt;/pre&gt;&lt;/blockquote&gt;

Then save the .htaccess with your changes and set the permissions/ownership so WP can&#039;t rewrite them.</description>
		<content:encoded><![CDATA[<p>Jessamyn: I&#8217;m too lazy to actually test this advice, but you&#8217;ll want to insert your own rules above the catch-all rule quoted in my post. It should look something like this:</p>
<blockquote><pre>RewriteRule ^faq/ /blog/faq.html [QSA,L]
RewriteRule . /blog/index.php [L]</pre>
</blockquote>
<p>Then save the .htaccess with your changes and set the permissions/ownership so WP can&#8217;t rewrite them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jessamyn</title>
		<link>http://maisonbisson.com/blog/post/11265/whered-all-my-rewrite-rules-go/comment-page-1/#comment-35513</link>
		<dc:creator>jessamyn</dc:creator>
		<pubDate>Tue, 18 Apr 2006 13:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11265/#comment-35513</guid>
		<description>The hell of this is that if you had handwritten rewrite rules that took calls for old pages &quot;hello? is faq.html there?&quot; and sent them to nicers urls like /faq, this is borked in ways I haven&#039;t entirely been able to fix yet. If you know how to speak .htaccess please let me know.[tags]htaccess, jessamyn, wordpress, borked[/tags]</description>
		<content:encoded><![CDATA[<p>The hell of this is that if you had handwritten rewrite rules that took calls for old pages &#8220;hello? is faq.html there?&#8221; and sent them to nicers urls like /faq, this is borked in ways I haven&#8217;t entirely been able to fix yet. If you know how to speak .htaccess please let me know.</p>
<p>[tags]htaccess, jessamyn, wordpress, borked[/tags]</p>
]]></content:encoded>
	</item>
</channel>
</rss>