<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Rewrite Rule Feedback</title>
	<atom:link href="http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 18:22:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: frankp</title>
		<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/#comment-10012</link>
		<dc:creator><![CDATA[frankp]]></dc:creator>
		<pubDate>Thu, 19 Apr 2007 15:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.wordpress.com/2005/09/18/rewrite-rule-feedback/#comment-10012</guid>
		<description><![CDATA[I&#039;ve been experiencing something similar to Benedict (no.8), where custom rules I add get seemingly removed by Wordpress...

Is there a way around this?

It&#039;s odd because I don&#039;t remember doing anything that would have caused WP to rewrite the htaccess, but one day I realised my additions were gone...]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been experiencing something similar to Benedict (no.8), where custom rules I add get seemingly removed by WordPress&#8230;</p>
<p>Is there a way around this?</p>
<p>It&#8217;s odd because I don&#8217;t remember doing anything that would have caused WP to rewrite the htaccess, but one day I realised my additions were gone&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jani Tarvainen</title>
		<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/#comment-107</link>
		<dc:creator><![CDATA[Jani Tarvainen]]></dc:creator>
		<pubDate>Wed, 05 Oct 2005 09:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.wordpress.com/2005/09/18/rewrite-rule-feedback/#comment-107</guid>
		<description><![CDATA[I did some performance testing today (http://janit.iki.fi/wp-bench/). Looks like .htaccess rewrite rules are a major drag on performance, but I suppose these new rules can be moved to Apache config :D]]></description>
		<content:encoded><![CDATA[<p>I did some performance testing today (<a href="http://janit.iki.fi/wp-bench/" rel="nofollow">http://janit.iki.fi/wp-bench/</a>). Looks like .htaccess rewrite rules are a major drag on performance, but I suppose these new rules can be moved to Apache config <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/#comment-103</link>
		<dc:creator><![CDATA[Mathias]]></dc:creator>
		<pubDate>Fri, 30 Sep 2005 14:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.wordpress.com/2005/09/18/rewrite-rule-feedback/#comment-103</guid>
		<description><![CDATA[&lt;blockquote&gt;Also, we’ve been folllowing the rule that WP does not own htaccess. We insert our rules and try not to stomp on what’s already there.&lt;/blockquote&gt;

Of course. But can you think of one situation in which the user wouldn&#039;t want to use the 404 error template for every 404 error inside the WP root dir?

I say add the feckin&#039; thing.

&lt;code&gt;ErrorDocument 404 /index.php?error=404&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<blockquote><p>Also, we’ve been folllowing the rule that WP does not own htaccess. We insert our rules and try not to stomp on what’s already there.</p></blockquote>
<p>Of course. But can you think of one situation in which the user wouldn&#8217;t want to use the 404 error template for every 404 error inside the WP root dir?</p>
<p>I say add the feckin&#8217; thing.</p>
<p><code>ErrorDocument 404 /index.php?error=404</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim @ Neteffects</title>
		<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/#comment-97</link>
		<dc:creator><![CDATA[Kim @ Neteffects]]></dc:creator>
		<pubDate>Wed, 28 Sep 2005 16:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.wordpress.com/2005/09/18/rewrite-rule-feedback/#comment-97</guid>
		<description><![CDATA[Same problem for me really, I try to redirect a page every time its moved, but is really hard with the last system for .htaccess. 

But Wordpress is still a fantastic publishing system!]]></description>
		<content:encoded><![CDATA[<p>Same problem for me really, I try to redirect a page every time its moved, but is really hard with the last system for .htaccess. </p>
<p>But WordPress is still a fantastic publishing system!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benedict Eastaugh</title>
		<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/#comment-19</link>
		<dc:creator><![CDATA[Benedict Eastaugh]]></dc:creator>
		<pubDate>Tue, 20 Sep 2005 12:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.wordpress.com/2005/09/18/rewrite-rule-feedback/#comment-19</guid>
		<description><![CDATA[Great to see you&#039;re cleaning up the Rewrite Rules. I have a bunch of redirects on my site (having moved or removed various things), but WordPress keeps eating the things I add to the .htaccess. One possibility is to deny it access through CHMOD, and just update it myself, but this is work I&#039;d really rather avoid.

The question: does WordPress simply generate a new .htaccess when it changes a rule, and copy it over the old one? Is there some way to add stuff to the .htaccess file that WordPress won&#039;t remove? One possibility, I suppose, would be to have a &quot;custom .htaccess rules&quot; section on the Dashboard; are there any plugins to help with this?]]></description>
		<content:encoded><![CDATA[<p>Great to see you&#8217;re cleaning up the Rewrite Rules. I have a bunch of redirects on my site (having moved or removed various things), but WordPress keeps eating the things I add to the .htaccess. One possibility is to deny it access through CHMOD, and just update it myself, but this is work I&#8217;d really rather avoid.</p>
<p>The question: does WordPress simply generate a new .htaccess when it changes a rule, and copy it over the old one? Is there some way to add stuff to the .htaccess file that WordPress won&#8217;t remove? One possibility, I suppose, would be to have a &#8220;custom .htaccess rules&#8221; section on the Dashboard; are there any plugins to help with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyndy</title>
		<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/#comment-17</link>
		<dc:creator><![CDATA[Cyndy]]></dc:creator>
		<pubDate>Mon, 19 Sep 2005 15:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.wordpress.com/2005/09/18/rewrite-rule-feedback/#comment-17</guid>
		<description><![CDATA[Are the new rewrite rules going to implement the same functionality of the two permalink plugins that are out? Or at least the one that fixes the trailing slash?]]></description>
		<content:encoded><![CDATA[<p>Are the new rewrite rules going to implement the same functionality of the two permalink plugins that are out? Or at least the one that fixes the trailing slash?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donncha</title>
		<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/#comment-16</link>
		<dc:creator><![CDATA[Donncha]]></dc:creator>
		<pubDate>Mon, 19 Sep 2005 08:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.wordpress.com/2005/09/18/rewrite-rule-feedback/#comment-16</guid>
		<description><![CDATA[I gotta experiment with MU to see if I can let WP handle most rewrites. Unfortunately the URL doesn&#039;t often match the directory structure so it&#039;s not possible to have it as minimalistic as yours above but I&#039;d like to cut it down as much as possible!]]></description>
		<content:encoded><![CDATA[<p>I gotta experiment with MU to see if I can let WP handle most rewrites. Unfortunately the URL doesn&#8217;t often match the directory structure so it&#8217;s not possible to have it as minimalistic as yours above but I&#8217;d like to cut it down as much as possible!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/#comment-10</link>
		<dc:creator><![CDATA[ryan]]></dc:creator>
		<pubDate>Sun, 18 Sep 2005 19:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.wordpress.com/2005/09/18/rewrite-rule-feedback/#comment-10</guid>
		<description><![CDATA[We still have to dynamically set paths such as the RewriteBase.  Also, we&#039;ve been folllowing the rule that WP does not own htaccess.  We insert our rules and try not to stomp on what&#039;s already there.]]></description>
		<content:encoded><![CDATA[<p>We still have to dynamically set paths such as the RewriteBase.  Also, we&#8217;ve been folllowing the rule that WP does not own htaccess.  We insert our rules and try not to stomp on what&#8217;s already there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/#comment-9</link>
		<dc:creator><![CDATA[Trevor]]></dc:creator>
		<pubDate>Sun, 18 Sep 2005 19:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.wordpress.com/2005/09/18/rewrite-rule-feedback/#comment-9</guid>
		<description><![CDATA[Also, I was wondering if the .htaccess file with these rules will be included in the download - then you wouldn&#039;t really need to have the file be writable at all...?]]></description>
		<content:encoded><![CDATA[<p>Also, I was wondering if the .htaccess file with these rules will be included in the download &#8211; then you wouldn&#8217;t really need to have the file be writable at all&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://ryan.boren.me/2005/09/18/rewrite-rule-feedback/#comment-7</link>
		<dc:creator><![CDATA[Mathias]]></dc:creator>
		<pubDate>Sun, 18 Sep 2005 09:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.wordpress.com/2005/09/18/rewrite-rule-feedback/#comment-7</guid>
		<description><![CDATA[How about adding &lt;code&gt;ErrorDocument 404 /index.php?error=404&lt;/code&gt; to the .htaccess? That way, not exclusively in-WP 404 errors would be displayed through the 404 template...]]></description>
		<content:encoded><![CDATA[<p>How about adding <code>ErrorDocument 404 /index.php?error=404</code> to the .htaccess? That way, not exclusively in-WP 404 errors would be displayed through the 404 template&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

