<?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: Mistakes with Include Filters</title>
	<atom:link href="http://www.lunametrics.com/blog/2009/08/28/include-filters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lunametrics.com/blog/2009/08/28/include-filters/</link>
	<description>Traffic, Analysis, Action</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:32:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John</title>
		<link>http://www.lunametrics.com/blog/2009/08/28/include-filters/comment-page-1/#comment-1673</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1150#comment-1673</guid>
		<description>Thanks Andre,

I originally had the \. in there, but I actually took it out, since I just wanted to keep it simpler.  Since the . will still match a dot, and the likely hood of there being pages intentionally named /page5html is pretty small.

The missing slash before other.html, however, is definitely a typo.

Basically just trying to keep the regex to a minimum to avoid distractions.  Maybe it is a bad choice, don&#039;t know.</description>
		<content:encoded><![CDATA[<p>Thanks Andre,</p>
<p>I originally had the \. in there, but I actually took it out, since I just wanted to keep it simpler.  Since the . will still match a dot, and the likely hood of there being pages intentionally named /page5html is pretty small.</p>
<p>The missing slash before other.html, however, is definitely a typo.</p>
<p>Basically just trying to keep the regex to a minimum to avoid distractions.  Maybe it is a bad choice, don&#8217;t know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André Scholten</title>
		<link>http://www.lunametrics.com/blog/2009/08/28/include-filters/comment-page-1/#comment-1672</link>
		<dc:creator>André Scholten</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1150#comment-1672</guid>
		<description>I know you know, but I don&#039;t if all your readers know: if you use the regular expression option you need this version:
&quot;/(page\.html&#124;other\.html)&quot;

Your filter says: allow &quot;/page5html&quot;, &quot;theother.html&quot;, &quot;justanother@html&quot;, etc. That&#039;s because the dot stands for &quot;any character&quot; and the slash doesn&#039;t have to be in front of &quot;other&quot;. In my filter I escape the dot and I make sure there&#039;s a slash before &quot;other&quot; ;)</description>
		<content:encoded><![CDATA[<p>I know you know, but I don&#8217;t if all your readers know: if you use the regular expression option you need this version:<br />
&#8220;/(page\.html|other\.html)&#8221;</p>
<p>Your filter says: allow &#8220;/page5html&#8221;, &#8220;theother.html&#8221;, &#8220;justanother@html&#8221;, etc. That&#8217;s because the dot stands for &#8220;any character&#8221; and the slash doesn&#8217;t have to be in front of &#8220;other&#8221;. In my filter I escape the dot and I make sure there&#8217;s a slash before &#8220;other&#8221; <img src='http://www.lunametrics.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denver Web Design</title>
		<link>http://www.lunametrics.com/blog/2009/08/28/include-filters/comment-page-1/#comment-1671</link>
		<dc:creator>Denver Web Design</dc:creator>
		<pubDate>Fri, 28 Aug 2009 17:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=1150#comment-1671</guid>
		<description>Ah great tip, I was wondering why this was happening.</description>
		<content:encoded><![CDATA[<p>Ah great tip, I was wondering why this was happening.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

