<?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: Ultimate Tag Warrior 2.9</title>
	<atom:link href="http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/</link>
	<description>Christine from the Internet sometimes has things to say.</description>
	<lastBuildDate>Thu, 26 May 2011 19:37:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: cheap ftp hosting</title>
		<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/comment-page-1/#comment-4873</link>
		<dc:creator>cheap ftp hosting</dc:creator>
		<pubDate>Tue, 31 Jan 2006 20:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/#comment-4873</guid>
		<description>That&#039;s a good post, I won&#039;t comment much on it but just wanted to thank you for sharing your time with others. Bye :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good post, I won&#8217;t comment much on it but just wanted to thank you for sharing your time with others. Bye :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arno</title>
		<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/comment-page-1/#comment-4723</link>
		<dc:creator>Arno</dc:creator>
		<pubDate>Fri, 06 Jan 2006 16:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/#comment-4723</guid>
		<description>Christine,

Welcome to the hell of plugin-devs : wp_rewrite looks like a nice headache for ELA too.

One thing tho : it seems some http headers are not passed properly by wp_rewrite. Not sure if it helps a lot for UTW, but it seems to be solving some issues for the XMLHttpRequest calls in ELA, though to be honest I have no clue as why !

ANyway, if someone gets to nail this down, I am a buyer for the explanation since I have been fighting with this shit for days...</description>
		<content:encoded><![CDATA[<p>Christine,</p>
<p>Welcome to the hell of plugin-devs : wp_rewrite looks like a nice headache for ELA too.</p>
<p>One thing tho : it seems some http headers are not passed properly by wp_rewrite. Not sure if it helps a lot for UTW, but it seems to be solving some issues for the XMLHttpRequest calls in ELA, though to be honest I have no clue as why !</p>
<p>ANyway, if someone gets to nail this down, I am a buyer for the explanation since I have been fighting with this shit for days&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine Davis</title>
		<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/comment-page-1/#comment-4720</link>
		<dc:creator>Christine Davis</dc:creator>
		<pubDate>Fri, 06 Jan 2006 02:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/#comment-4720</guid>
		<description>*tinkertinkertinker*</description>
		<content:encoded><![CDATA[<p>*tinkertinkertinker*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Collins</title>
		<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/comment-page-1/#comment-4719</link>
		<dc:creator>Steve Collins</dc:creator>
		<pubDate>Fri, 06 Jan 2006 02:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/#comment-4719</guid>
		<description>Bugger!  Stuffed the entities AGAIN!</description>
		<content:encoded><![CDATA[<p>Bugger!  Stuffed the entities AGAIN!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Collins</title>
		<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/comment-page-1/#comment-4718</link>
		<dc:creator>Steve Collins</dc:creator>
		<pubDate>Fri, 06 Jan 2006 02:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/#comment-4718</guid>
		<description>Yep, the rewite for FeedBurner is from the FeedBurner plugin, and works hunky-dory.  All generated by &quot;Update Permalinks&quot; then your stuff pasted in above.  So, now my .htaccess is:

# UTW
&lt;IfModule mod_rewrite.c&gt;
RewriteRule ^tag/?(.*)/feed/(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ /index.php?tag=$1&amp;feed=$2 [QSA,L]
RewriteRule ^tag/?(.*)/page/?(.*)/$ /index.php?tag=$1&amp;paged=$2 [QSA,L]
RewriteRule ^tag/?(.*)/$ /index.php?tag=$1 [QSA,L]
RewriteRule ^tag/?(.*)/page/?(.*)$ /index.php?tag=$1&amp;paged=$2 [QSA,L]
RewriteRule ^tag/?(.*)$ /index.php?tag=$1 [QSA,L]
&lt;/IfModule&gt;

# BEGIN WordPress
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} ^feed=(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)$
RewriteRule ^(.*)$ http://feeds.feedburner.com/Acid? [R,L]

RewriteRule ^(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)?$ http://feeds.feedburner.com/Acid? [R,L]
RewriteRule ^feedburner_299313/?$ /wp-rss2.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
&lt;/IfModule&gt;

# END WordPress</description>
		<content:encoded><![CDATA[<p>Yep, the rewite for FeedBurner is from the FeedBurner plugin, and works hunky-dory.  All generated by &#8220;Update Permalinks&#8221; then your stuff pasted in above.  So, now my .htaccess is:</p>
<p># UTW<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteRule ^tag/?(.*)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?tag=$1&amp;feed=$2 [QSA,L]<br />
RewriteRule ^tag/?(.*)/page/?(.*)/$ /index.php?tag=$1&amp;paged=$2 [QSA,L]<br />
RewriteRule ^tag/?(.*)/$ /index.php?tag=$1 [QSA,L]<br />
RewriteRule ^tag/?(.*)/page/?(.*)$ /index.php?tag=$1&amp;paged=$2 [QSA,L]<br />
RewriteRule ^tag/?(.*)$ /index.php?tag=$1 [QSA,L]<br />
&lt;/IfModule&gt;</p>
<p># BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{QUERY_STRING} ^feed=(feed|rdf|rss|rss2|atom)$<br />
RewriteRule ^(.*)$ <a href="http://feeds.feedburner.com/Acid?" rel="nofollow">http://feeds.feedburner.com/Acid?</a> [R,L]</p>
<p>RewriteRule ^(feed|rdf|rss|rss2|atom)/?(feed|rdf|rss|rss2|atom)?$ <a href="http://feeds.feedburner.com/Acid?" rel="nofollow">http://feeds.feedburner.com/Acid?</a> [R,L]<br />
RewriteRule ^feedburner_299313/?$ /wp-rss2.php [QSA,L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php<br />
&lt;/IfModule&gt;</p>
<p># END WordPress</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine Davis</title>
		<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/comment-page-1/#comment-4715</link>
		<dc:creator>Christine Davis</dc:creator>
		<pubDate>Fri, 06 Jan 2006 00:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/#comment-4715</guid>
		<description>Gah!  I have no idea.

When I get home from work,  I&#039;ll figure out what I did to figure out how to set up the pretty urls (I ended up poking debug information in interesting places, which I can&#039;t remember off hand).

At least that way we could figure out if there&#039;s something bizarro happening in the pretty-url-matching part of wordpress.</description>
		<content:encoded><![CDATA[<p>Gah!  I have no idea.</p>
<p>When I get home from work,  I&#8217;ll figure out what I did to figure out how to set up the pretty urls (I ended up poking debug information in interesting places, which I can&#8217;t remember off hand).</p>
<p>At least that way we could figure out if there&#8217;s something bizarro happening in the pretty-url-matching part of wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine Davis</title>
		<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/comment-page-1/#comment-4714</link>
		<dc:creator>Christine Davis</dc:creator>
		<pubDate>Fri, 06 Jan 2006 00:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/#comment-4714</guid>
		<description>Does the feedburner stuff work properly?</description>
		<content:encoded><![CDATA[<p>Does the feedburner stuff work properly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Collins</title>
		<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/comment-page-1/#comment-4713</link>
		<dc:creator>Steve Collins</dc:creator>
		<pubDate>Fri, 06 Jan 2006 00:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/#comment-4713</guid>
		<description>Oops, forgot to put entites in for &amp;#lt; and &amp;#gt;!  The IfModule tags are there.</description>
		<content:encoded><![CDATA[<p>Oops, forgot to put entites in for &amp;#lt; and &amp;#gt;!  The IfModule tags are there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Collins</title>
		<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/comment-page-1/#comment-4712</link>
		<dc:creator>Steve Collins</dc:creator>
		<pubDate>Fri, 06 Jan 2006 00:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/#comment-4712</guid>
		<description>Still getting 404s.  Here&#039;s my .htaccess:


RewriteEngine On
RewriteBase /

RewriteRule ^tag/?(.*)/feed/(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ /index.php?tag=$1&amp;feed=$2 [QSA,L]
RewriteRule ^tag/?(.*)/page/?(.*)/$ /index.php?tag=$1&amp;paged=$2 [QSA,L]
RewriteRule ^tag/?(.*)/$ /index.php?tag=$1 [QSA,L]
RewriteRule ^tag/?(.*)/page/?(.*)$ /index.php?tag=$1&amp;paged=$2 [QSA,L]
RewriteRule ^tag/?(.*)$ /index.php?tag=$1 [QSA,L]

RewriteCond %{QUERY_STRING} ^feed=(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)$
RewriteRule ^(.*)$ http://feeds.feedburner.com/Acid? [R,L]

RewriteRule ^(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)?$ http://feeds.feedburner.com/Acid? [R,L]
RewriteRule ^feedburner_299313/?$ /wp-rss2.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</description>
		<content:encoded><![CDATA[<p>Still getting 404s.  Here&#8217;s my .htaccess:</p>
<p>RewriteEngine On<br />
RewriteBase /</p>
<p>RewriteRule ^tag/?(.*)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?tag=$1&amp;feed=$2 [QSA,L]<br />
RewriteRule ^tag/?(.*)/page/?(.*)/$ /index.php?tag=$1&amp;paged=$2 [QSA,L]<br />
RewriteRule ^tag/?(.*)/$ /index.php?tag=$1 [QSA,L]<br />
RewriteRule ^tag/?(.*)/page/?(.*)$ /index.php?tag=$1&amp;paged=$2 [QSA,L]<br />
RewriteRule ^tag/?(.*)$ /index.php?tag=$1 [QSA,L]</p>
<p>RewriteCond %{QUERY_STRING} ^feed=(feed|rdf|rss|rss2|atom)$<br />
RewriteRule ^(.*)$ <a href="http://feeds.feedburner.com/Acid?" rel="nofollow">http://feeds.feedburner.com/Acid?</a> [R,L]</p>
<p>RewriteRule ^(feed|rdf|rss|rss2|atom)/?(feed|rdf|rss|rss2|atom)?$ <a href="http://feeds.feedburner.com/Acid?" rel="nofollow">http://feeds.feedburner.com/Acid?</a> [R,L]<br />
RewriteRule ^feedburner_299313/?$ /wp-rss2.php [QSA,L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine Davis</title>
		<link>http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/comment-page-1/#comment-4711</link>
		<dc:creator>Christine Davis</dc:creator>
		<pubDate>Thu, 05 Jan 2006 22:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.neato.co.nz/archives/2006/01/03/ultimate-tag-warrior-29/#comment-4711</guid>
		<description>Arrgh! Gah! Hrm.

Does the URL rewriting work for anything else in wordpress?

*smacks forehead*

Try 

&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteRule ^tag/?(.*)/feed/(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ /index.php?tag=$1&amp;feed=$2 [QSA,L]
RewriteRule ^tag/?(.*)/page/?(.*)/$ /index.php?tag=$1&amp;paged=$2 [QSA,L]
RewriteRule ^tag/?(.*)/$ /index.php?tag=$1 [QSA,L]
RewriteRule ^tag/?(.*)/page/?(.*)$ /index.php?tag=$1&amp;paged=$2 [QSA,L]
RewriteRule ^tag/?(.*)$ /index.php?tag=$1 [QSA,L]
&lt;/IfModule&gt;</description>
		<content:encoded><![CDATA[<p>Arrgh! Gah! Hrm.</p>
<p>Does the URL rewriting work for anything else in wordpress?</p>
<p>*smacks forehead*</p>
<p>Try </p>
<p>&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteRule ^tag/?(.*)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?tag=$1&amp;feed=$2 [QSA,L]<br />
RewriteRule ^tag/?(.*)/page/?(.*)/$ /index.php?tag=$1&amp;paged=$2 [QSA,L]<br />
RewriteRule ^tag/?(.*)/$ /index.php?tag=$1 [QSA,L]<br />
RewriteRule ^tag/?(.*)/page/?(.*)$ /index.php?tag=$1&amp;paged=$2 [QSA,L]<br />
RewriteRule ^tag/?(.*)$ /index.php?tag=$1 [QSA,L]<br />
&lt;/IfModule&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

