<?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: Definitive Guide to WordPress Rewrites</title>
	<atom:link href="http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Mar 2012 20:32:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: My Money Calculator</title>
		<link>http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/comment-page-1/#comment-3115</link>
		<dc:creator>My Money Calculator</dc:creator>
		<pubDate>Fri, 29 Jul 2011 00:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/#comment-3115</guid>
		<description>Thanks for the reply.

We&#039;re actually trying to redirect some URLs that contain the dash character (%e2%80%93 ) that wordpress sometimes inserts into the URL.

Having some trouble doing the redirect in the .htaccess file.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.</p>
<p>We&#8217;re actually trying to redirect some URLs that contain the dash character (%e2%80%93 ) that wordpress sometimes inserts into the URL.</p>
<p>Having some trouble doing the redirect in the .htaccess file.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tgc</title>
		<link>http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/comment-page-1/#comment-2996</link>
		<dc:creator>tgc</dc:creator>
		<pubDate>Fri, 08 Jul 2011 21:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/#comment-2996</guid>
		<description>To avoid unnecessary processing, I would do it in the wordpress directory.</description>
		<content:encoded><![CDATA[<p>To avoid unnecessary processing, I would do it in the wordpress directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Money Calculator</title>
		<link>http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/comment-page-1/#comment-2613</link>
		<dc:creator>My Money Calculator</dc:creator>
		<pubDate>Mon, 16 May 2011 12:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/#comment-2613</guid>
		<description>Hi,

Great article.

We run part of our site in wordpress and part in straight html.

so we have 2 .htaccess files one in the wordpress directory one in the public_html directory.

When doing redirects is it better to do it in the wordpress .htaccess of the root one?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great article.</p>
<p>We run part of our site in wordpress and part in straight html.</p>
<p>so we have 2 .htaccess files one in the wordpress directory one in the public_html directory.</p>
<p>When doing redirects is it better to do it in the wordpress .htaccess of the root one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian</title>
		<link>http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/comment-page-1/#comment-8</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Thu, 01 Nov 2007 16:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/#comment-8</guid>
		<description>What if I wanted to do something like this?

RewriteRule /ask-me/(.*)/(.*)/$ index.php?page_id=71&amp;start=$1

the first (.*) being an id number needed to grab some info from the db the second (.*) being a hyphenated title to help with SEO and to look nicer.

so my url would look like:
http://www.mysite.com/ask-me/2/two-plus-two/

which I want to resolve to 
http://www.mysite.com/ask-me/?start=2

thanks in advance :)</description>
		<content:encoded><![CDATA[<p>What if I wanted to do something like this?</p>
<p>RewriteRule /ask-me/(.*)/(.*)/$ index.php?page_id=71&amp;start=$1</p>
<p>the first (.*) being an id number needed to grab some info from the db the second (.*) being a hyphenated title to help with SEO and to look nicer.</p>
<p>so my url would look like:<br />
<a href="http://www.mysite.com/ask-me/2/two-plus-two/" rel="nofollow">http://www.mysite.com/ask-me/2/two-plus-two/</a></p>
<p>which I want to resolve to<br />
<a href="http://www.mysite.com/ask-me/?start=2" rel="nofollow">http://www.mysite.com/ask-me/?start=2</a></p>
<p>thanks in advance :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mod Rewriting at objcts+dev</title>
		<link>http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/comment-page-1/#comment-4</link>
		<dc:creator>Mod Rewriting at objcts+dev</dc:creator>
		<pubDate>Sat, 14 Jul 2007 21:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://iamtgc.com/2007/06/02/definitive-guide-to-wordpress-rewrites/#comment-4</guid>
		<description>[...] Good tutorial on this here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Good tutorial on this here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

