<?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: Help with .htaccess redirects</title>
	<atom:link href="http://www.pencoyd.com/clock/2005/12/31/help-with-htaccess-redirects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pencoyd.com/clock/2005/12/31/help-with-htaccess-redirects/</link>
	<description>A journal from John B. Roberts</description>
	<lastBuildDate>Sun, 28 Mar 2010 14:03:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ben Metcalfe</title>
		<link>http://www.pencoyd.com/clock/2005/12/31/help-with-htaccess-redirects/comment-page-1/#comment-13</link>
		<dc:creator>Ben Metcalfe</dc:creator>
		<pubDate>Tue, 03 Jan 2006 03:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.pencoyd.com/clock/2005/12/31/help-with-htaccess-redirects/#comment-13</guid>
		<description>Glad to be of help!</description>
		<content:encoded><![CDATA[<p>Glad to be of help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Roberts</title>
		<link>http://www.pencoyd.com/clock/2005/12/31/help-with-htaccess-redirects/comment-page-1/#comment-11</link>
		<dc:creator>John Roberts</dc:creator>
		<pubDate>Sun, 01 Jan 2006 18:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pencoyd.com/clock/2005/12/31/help-with-htaccess-redirects/#comment-11</guid>
		<description>Thanks! With one edit, that did the trick. I didn&#039;t need the first clock/ because RewriteBase /clock/ was already set.</description>
		<content:encoded><![CDATA[<p>Thanks! With one edit, that did the trick. I didn&#8217;t need the first clock/ because RewriteBase /clock/ was already set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Metcalfe</title>
		<link>http://www.pencoyd.com/clock/2005/12/31/help-with-htaccess-redirects/comment-page-1/#comment-6</link>
		<dc:creator>Ben Metcalfe</dc:creator>
		<pubDate>Sat, 31 Dec 2005 21:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pencoyd.com/clock/2005/12/31/help-with-htaccess-redirects/#comment-6</guid>
		<description>Try

RewriteEngine On
RewriteRule ^clock/([0-9]{4})/([0-9]{2})/([0-9]{2}).html(.*)$ /clock/$1/$2/$3 [R,L]

(should all be on one line, in case WordPress word wraps the comment...)</description>
		<content:encoded><![CDATA[<p>Try</p>
<p>RewriteEngine On<br />
RewriteRule ^clock/([0-9]{4})/([0-9]{2})/([0-9]{2}).html(.*)$ /clock/$1/$2/$3 [R,L]</p>
<p>(should all be on one line, in case WordPress word wraps the comment&#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
