<?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: TIP : How to get Apache Location directive to match trailing slashes</title>
	<atom:link href="http://www.mikechambers.com/blog/2008/05/01/tip-how-to-get-apache-location-directive-to-match-trailing-slashes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2008/05/01/tip-how-to-get-apache-location-directive-to-match-trailing-slashes/</link>
	<description>code = joy</description>
	<lastBuildDate>Tue, 15 May 2012 17:58:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Marinus</title>
		<link>http://www.mikechambers.com/blog/2008/05/01/tip-how-to-get-apache-location-directive-to-match-trailing-slashes/comment-page-1/#comment-15056</link>
		<dc:creator>Marinus</dc:creator>
		<pubDate>Tue, 18 Nov 2008 23:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1237#comment-15056</guid>
		<description><![CDATA[Very helpful illustration of tilde use; thanks.]]></description>
		<content:encoded><![CDATA[<p>Very helpful illustration of tilde use; thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Broyer</title>
		<link>http://www.mikechambers.com/blog/2008/05/01/tip-how-to-get-apache-location-directive-to-match-trailing-slashes/comment-page-1/#comment-12478</link>
		<dc:creator>Thomas Broyer</dc:creator>
		<pubDate>Mon, 02 Jun 2008 10:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1237#comment-12478</guid>
		<description><![CDATA[How about leaving your /foo/ mapping as is and just adding a permanent redirect from /foo to /foo/ ?]]></description>
		<content:encoded><![CDATA[<p>How about leaving your /foo/ mapping as is and just adding a permanent redirect from /foo to /foo/ ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikechambers</title>
		<link>http://www.mikechambers.com/blog/2008/05/01/tip-how-to-get-apache-location-directive-to-match-trailing-slashes/comment-page-1/#comment-12092</link>
		<dc:creator>mikechambers</dc:creator>
		<pubDate>Fri, 02 May 2008 15:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1237#comment-12092</guid>
		<description><![CDATA[It means end of string.

That way it matches:

/foo
/foo/

but not

/foofer

mike chambers

mesh@adobe.com]]></description>
		<content:encoded><![CDATA[<p>It means end of string.</p>
<p>That way it matches:</p>
<p>/foo<br />
/foo/</p>
<p>but not</p>
<p>/foofer</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@adobe.com">mesh@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edbond</title>
		<link>http://www.mikechambers.com/blog/2008/05/01/tip-how-to-get-apache-location-directive-to-match-trailing-slashes/comment-page-1/#comment-12091</link>
		<dc:creator>edbond</dc:creator>
		<pubDate>Fri, 02 May 2008 14:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1237#comment-12091</guid>
		<description><![CDATA[Try &quot;/foo/?&quot;

? means 0 or 1 appearance of previous token.

Eduard]]></description>
		<content:encoded><![CDATA[<p>Try &#8220;/foo/?&#8221;</p>
<p>? means 0 or 1 appearance of previous token.</p>
<p>Eduard</p>
]]></content:encoded>
	</item>
</channel>
</rss>
