<?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: Manipulating HTTP Headers with htaccess</title>
	<atom:link href="http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tylan</title>
		<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html#comment-104963</link>
		<dc:creator>Tylan</dc:creator>
		<pubDate>Wed, 07 Oct 2009 03:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-http-headers-with-htaccess.html#comment-104963</guid>
		<description>Does this work for EXE files as well?</description>
		<content:encoded><![CDATA[<p>Does this work for EXE files as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tylan</title>
		<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html#comment-104961</link>
		<dc:creator>Tylan</dc:creator>
		<pubDate>Wed, 07 Oct 2009 03:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-http-headers-with-htaccess.html#comment-104961</guid>
		<description>Will the &lt;strong&gt;Prevent Caching 100%&lt;/strong&gt; work for executables?  I have an &lt;code&gt;EXE&lt;/code&gt; on our site that I use for remote support.  I frequently update it, but I want to make sure that that my end users always download the current version, and not one in their cache.

Tylan</description>
		<content:encoded><![CDATA[<p>Will the <strong>Prevent Caching 100%</strong> work for executables?  I have an <code>EXE</code> on our site that I use for remote support.  I frequently update it, but I want to make sure that that my end users always download the current version, and not one in their cache.</p>
<p>Tylan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WiserX</title>
		<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html#comment-48939</link>
		<dc:creator>WiserX</dc:creator>
		<pubDate>Tue, 23 Dec 2008 07:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-http-headers-with-htaccess.html#comment-48939</guid>
		<description>I surf the net for an easy to understand guide on htaccess.

Finally i have a deeper idea on htaccess with your guide.

Intelligent work. Thanks.</description>
		<content:encoded><![CDATA[<p>I surf the net for an easy to understand guide on htaccess.</p>
<p>Finally i have a deeper idea on htaccess with your guide.</p>
<p>Intelligent work. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html#comment-47291</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Mon, 17 Nov 2008 18:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-http-headers-with-htaccess.html#comment-47291</guid>
		<description>&lt;p&gt;&lt;strong&gt;@ Jackson&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Thanks for spotting that, I updated the .htaccess example code above to use the &lt;a href=&quot;http://www.askapache.com/htaccess/htaccess-for-webmasters.html#ifmodule-in-apache&quot; rel=&quot;nofollow&quot;&gt;&lt;code&gt;IfModule&lt;/code&gt; directive&lt;/a&gt; to prevent the 500 Errors, nice one bro.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><strong>@ Jackson</strong></p>
<p>Thanks for spotting that, I updated the .htaccess example code above to use the <a href="http://www.askapache.com/htaccess/htaccess-for-webmasters.html#ifmodule-in-apache" rel="nofollow"><code>IfModule</code> directive</a> to prevent the 500 Errors, nice one bro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html#comment-47101</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 13 Nov 2008 03:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-http-headers-with-htaccess.html#comment-47101</guid>
		<description>&lt;p&gt;Thank you for this amazing wealth of knowledge!  It&#039;s more definitive (and easier to understand) than the main apache and php.net forums.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;QUESTION:&lt;/strong&gt;
You suggest &quot;&lt;strong&gt;prevent file caching&lt;/strong&gt;&quot; to speed up a site.  Doesn&#039;t turning OFF caching slow down the site?  Seems it&#039;s faster to pull a file from cache than request it ...unless I&#039;m missing or confusing this with something else?&lt;/p&gt;

&lt;p&gt;Thanks again!  -Mike&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thank you for this amazing wealth of knowledge!  It&#8217;s more definitive (and easier to understand) than the main apache and php.net forums.</p>
<p><strong>QUESTION:</strong><br />
You suggest &#8220;<strong>prevent file caching</strong>&#8221; to speed up a site.  Doesn&#8217;t turning OFF caching slow down the site?  Seems it&#8217;s faster to pull a file from cache than request it &#8230;unless I&#8217;m missing or confusing this with something else?</p>
<p>Thanks again!  -Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackson</title>
		<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html#comment-46961</link>
		<dc:creator>Jackson</dc:creator>
		<pubDate>Sun, 09 Nov 2008 19:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-http-headers-with-htaccess.html#comment-46961</guid>
		<description>Just a note for &quot;&lt;em&gt;100% Prevent Files from being cached&lt;/em&gt;&quot;:
You need to &lt;strong&gt;enable mod_headers&lt;/strong&gt; otherwise it drops 

&lt;blockquote&gt;500 Internal Server Error&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Just a note for &#8220;<em>100% Prevent Files from being cached</em>&#8220;:<br />
You need to <strong>enable mod_headers</strong> otherwise it drops </p>
<blockquote><p>500 Internal Server Error</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian's Web Design</title>
		<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html#comment-45978</link>
		<dc:creator>Brian's Web Design</dc:creator>
		<pubDate>Wed, 08 Oct 2008 06:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-http-headers-with-htaccess.html#comment-45978</guid>
		<description>I&#039;m just wondering about this P3P. I read about it, and was wondering if any browser implements this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m just wondering about this P3P. I read about it, and was wondering if any browser implements this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnny</title>
		<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html#comment-38572</link>
		<dc:creator>johnny</dc:creator>
		<pubDate>Wed, 09 Apr 2008 01:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-http-headers-with-htaccess.html#comment-38572</guid>
		<description>I have multiple folders inside an assets folder that contain mp3 &amp; swf files that I do not want to cache. this is my htaccess code not sure if im using it correctly

&lt;pre&gt;RewriteEngine on
rewritecond %{http_host} ^ninjatactics.net [nc]
rewriterule ^(.*)$ http://www.ninjatactics.net/$1 [r=301,nc]
&#160;
FileETag None
Header unset ETag
Header set Cache-Control &quot;max-age=0, no-cache, no-store, private&quot;
Header set Pragma &quot;no-cache&quot;
Header set Expires &quot;0&quot;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>I have multiple folders inside an assets folder that contain mp3 &#038; swf files that I do not want to cache. this is my htaccess code not sure if im using it correctly</p>
<pre>RewriteEngine on
rewritecond %{http_host} ^ninjatactics.net [nc]
rewriterule ^(.*)$ http://www.ninjatactics.net/$1 [r=301,nc]
&nbsp;
FileETag None
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, private"
Header set Pragma "no-cache"
Header set Expires "0"</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html#comment-38536</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Tue, 08 Apr 2008 15:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-http-headers-with-htaccess.html#comment-38536</guid>
		<description>&lt;p&gt;&lt;strong&gt;@ johnny&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;use the &lt;a href=&quot;http://www.askapache.com/online-tools/http-headers-tool/&quot; rel=&quot;nofollow&quot;&gt;http header viewer tool&lt;/a&gt; to see if its working, if not then paste your .htaccess&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><strong>@ johnny</strong></p>
<p>use the <a href="http://www.askapache.com/online-tools/http-headers-tool/" rel="nofollow">http header viewer tool</a> to see if its working, if not then paste your .htaccess</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnny</title>
		<link>http://www.askapache.com/htaccess/using-http-headers-with-htaccess.html#comment-38512</link>
		<dc:creator>johnny</dc:creator>
		<pubDate>Tue, 08 Apr 2008 13:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/using-http-headers-with-htaccess.html#comment-38512</guid>
		<description>i am using the &quot;100% Prevent Files from being cached&quot; htaccess code but not sure i am using it correctly. I created the file in placed it in the root directory. do i need to specify where my files are locate in the htaccess file?</description>
		<content:encoded><![CDATA[<p>i am using the &#8220;100% Prevent Files from being cached&#8221; htaccess code but not sure i am using it correctly. I created the file in placed it in the root directory. do i need to specify where my files are locate in the htaccess file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
