<?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: Using FilesMatch and Files in htaccess</title>
	<atom:link href="http://www.askapache.com/htaccess/using-filesmatch-and-files-in-htaccess.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/using-filesmatch-and-files-in-htaccess.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 18 Mar 2010 14:15:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-126192</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sun, 14 Mar 2010 03:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-126192</guid>
		<description>&lt;p&gt;Thanks Kae, I was having serious problems throughout the site like that..  my source code plugin got messed up somewhere along the way.. looks like its fixed now, thanks!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Kae, I was having serious problems throughout the site like that..  my source code plugin got messed up somewhere along the way.. looks like its fixed now, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://www.askapache.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-123991</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-123991</guid>
		<description>for anyone else that finds this article impossible to read, try reading the source instead.

for the author - &lt; and &gt; - not </description>
		<content:encoded><![CDATA[<p>for anyone else that finds this article impossible to read, try reading the source instead.</p>
<p>for the author &#8211; &lt; and &gt; &#8211; not </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goulven</title>
		<link>http://www.askapache.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-122767</link>
		<dc:creator>Goulven</dc:creator>
		<pubDate>Fri, 05 Mar 2010 13:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-122767</guid>
		<description>Hi,
You should probably escape &quot;less than&quot; and &quot;greater than&quot; signs on this page, so that Apache directives are not mistakenly interpreted by browsers as empty tags...

Thanks for the information!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
You should probably escape &#8220;less than&#8221; and &#8220;greater than&#8221; signs on this page, so that Apache directives are not mistakenly interpreted by browsers as empty tags&#8230;</p>
<p>Thanks for the information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.askapache.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-122639</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 04 Mar 2010 19:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-122639</guid>
		<description>Something&#039;s wrong here. Your examples don&#039;t make sense.

E.g. under&quot;Target all files that end in .html or .htm&quot; the box following this &quot;However, it accepts a regular expression. For example:&quot;
is empty.

On top, the examples for &quot;Using the Files Directive&quot; and &quot;Using the FilesMatch Directive (preferred)&quot; are exactly the same two lines, etc. Not helpful.</description>
		<content:encoded><![CDATA[<p>Something&#8217;s wrong here. Your examples don&#8217;t make sense.</p>
<p>E.g. under&#8221;Target all files that end in .html or .htm&#8221; the box following this &#8220;However, it accepts a regular expression. For example:&#8221;<br />
is empty.</p>
<p>On top, the examples for &#8220;Using the Files Directive&#8221; and &#8220;Using the FilesMatch Directive (preferred)&#8221; are exactly the same two lines, etc. Not helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richardbaxterseo</title>
		<link>http://www.askapache.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-115929</link>
		<dc:creator>richardbaxterseo</dc:creator>
		<pubDate>Thu, 17 Dec 2009 15:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-115929</guid>
		<description>Hi There

Wondering if you can help me. I&#039;d like to use the x-robots-tag to set a specific URL type to noindex in the server header.

Using your example:


Header append X-Robots-Tag &quot;noindex&quot;


The url I&#039;d like to block is:

http://seogadget.co.uk/tools-to-speed-up-your-site/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+seogadget+%28SEOgadget%29

but allow:

http://seogadget.co.uk/tools-to-speed-up-your-site/

So, I thought something like:


Header append X-Robots-Tag &quot;noindex&quot;


Might work. Am I close? Can a ?utm_source style query string be detected in this way? I think it&#039;s a glaring error in my syntax, but I could be wrong.

Many thanks!</description>
		<content:encoded><![CDATA[<p>Hi There</p>
<p>Wondering if you can help me. I&#8217;d like to use the x-robots-tag to set a specific URL type to noindex in the server header.</p>
<p>Using your example:</p>
<p>Header append X-Robots-Tag &#8220;noindex&#8221;</p>
<p>The url I&#8217;d like to block is:</p>
<p>http://seogadget.co.uk/tools-to-speed-up-your-site/?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+seogadget+%28SEOgadget%29</p>
<p>but allow:</p>
<p>http://seogadget.co.uk/tools-to-speed-up-your-site/</p>
<p>So, I thought something like:</p>
<p>Header append X-Robots-Tag &#8220;noindex&#8221;</p>
<p>Might work. Am I close? Can a ?utm_source style query string be detected in this way? I think it&#8217;s a glaring error in my syntax, but I could be wrong.</p>
<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nizam</title>
		<link>http://www.askapache.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-86208</link>
		<dc:creator>Nizam</dc:creator>
		<pubDate>Mon, 06 Jul 2009 04:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-filesmatch-and-files-in-htaccess.html#comment-86208</guid>
		<description>I am looking for one smart guy to answer this question.

PURPOSE:
I am trying to set the referrer as a cookie on every page but except 404 error page. Then, I can truly capture the real referrer at the time of a missing image, because when an image missing, error.php shows the its own page where it was missing, but I like to know the previous page where users came from. I hope you got my point. Thank you all.


&lt;pre&gt;Options All -Indexes
&#160;
RewriteEngine On
&#160;
 # is this correct? what is the negation?
Header set Set-Cookie &quot;my_referer=%{HTTP_REFERER}e; domain=.site.com&quot;
&#160;
ErrorDocument 404 /error.php&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>I am looking for one smart guy to answer this question.</p>
<p>PURPOSE:<br />
I am trying to set the referrer as a cookie on every page but except 404 error page. Then, I can truly capture the real referrer at the time of a missing image, because when an image missing, error.php shows the its own page where it was missing, but I like to know the previous page where users came from. I hope you got my point. Thank you all.</p>
<pre>Options All -Indexes
&amp;nbsp;
RewriteEngine On
&amp;nbsp;
 # is this correct? what is the negation?
Header set Set-Cookie &amp;quot;my_referer=%{HTTP_REFERER}e; domain=.site.com&amp;quot;
&amp;nbsp;
ErrorDocument 404 /error.php</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
