<?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"
	>
<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>
	<pubDate>Wed, 20 Aug 2008 08:56:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<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-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>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-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>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-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>Try "/foo/?"

? 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>
