<?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: Speed Tips: Add Future Expires Headers</title>
	<atom:link href="http://www.askapache.com/htaccess/apache-speed-expires.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/apache-speed-expires.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 16 May 2013 00:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1263</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Tue, 28 Feb 2012 14:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1263</guid>
		<description><![CDATA[&lt;strong&gt;@henk ~&lt;/strong&gt;

I strongly suggest you switch to &lt;a href=&quot;http://www.wiredtree.com/298.html&quot;&gt;WiredTree&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p><strong>@henk ~</strong></p>
<p>I strongly suggest you switch to <a href="http://www.wiredtree.com/298.html">WiredTree</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henk</title>
		<link>http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1262</link>
		<dc:creator>henk</dc:creator>
		<pubDate>Thu, 09 Feb 2012 14:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1262</guid>
		<description><![CDATA[...and yet, nobody comes with an answer what to do when you&#039;re provides doesn&#039;t allow adding this code in your .htaccess...]]></description>
		<content:encoded><![CDATA[<p>...and yet, nobody comes with an answer what to do when you're provides doesn't allow adding this code in your .htaccess...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zulu</title>
		<link>http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1261</link>
		<dc:creator>zulu</dc:creator>
		<pubDate>Sun, 13 Nov 2011 10:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1261</guid>
		<description><![CDATA[Nice. In this way, We don&#039;t need mod_expires.c.]]></description>
		<content:encoded><![CDATA[<p>Nice. In this way, We don't need mod_expires.c.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design houston</title>
		<link>http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1258</link>
		<dc:creator>web design houston</dc:creator>
		<pubDate>Sun, 22 May 2011 19:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1258</guid>
		<description><![CDATA[This could also be done with:

&lt;pre&gt;ExpiresActive On
ExpiresByType image/gif A2592000 # + 1 month after being accesed&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>This could also be done with:</p>
<pre>ExpiresActive On
ExpiresByType image/gif A2592000 # + 1 month after being accesed</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: pc-manden</title>
		<link>http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1254</link>
		<dc:creator>pc-manden</dc:creator>
		<pubDate>Thu, 02 Dec 2010 10:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1254</guid>
		<description><![CDATA[If your server doesn&#039;t support the module &lt;tt&gt;mod_expires.c&lt;/tt&gt;, you&#039;ll get a &lt;strong&gt;500 Server Side Error&lt;/strong&gt; when trying to invoke it with Expires statements.]]></description>
		<content:encoded><![CDATA[<p>If your server doesn't support the module <tt>mod_expires.c</tt>, you'll get a <strong>500 Server Side Error</strong> when trying to invoke it with Expires statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David H.</title>
		<link>http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1253</link>
		<dc:creator>David H.</dc:creator>
		<pubDate>Mon, 15 Nov 2010 17:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1253</guid>
		<description><![CDATA[I can&#039;t use it, apparently, on a site created with &lt;strong&gt;MS FrontPage (2000)&lt;/strong&gt;.  I am using it between the  tags, before the body tags.

My site is on an Apache server.]]></description>
		<content:encoded><![CDATA[<p>I can't use it, apparently, on a site created with <strong>MS FrontPage (2000)</strong>.  I am using it between the  tags, before the body tags.</p>
<p>My site is on an Apache server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miranda</title>
		<link>http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1252</link>
		<dc:creator>miranda</dc:creator>
		<pubDate>Fri, 05 Nov 2010 23:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1252</guid>
		<description><![CDATA[i have lot of images on my wp blog http://models-hq.com
with 85 score. on firebug

i need to know where to add the code in htaccess badly...]]></description>
		<content:encoded><![CDATA[<p>i have lot of images on my wp blog http://models-hq.com<br />
with 85 score. on firebug</p>
<p>i need to know where to add the code in htaccess badly...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeeShen Lee</title>
		<link>http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1250</link>
		<dc:creator>JeeShen Lee</dc:creator>
		<pubDate>Wed, 06 Oct 2010 09:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1250</guid>
		<description><![CDATA[Hello All,

For ASP user like me, Expire Header can be turn on using web.config file. Refer my blog post below for more information.
&lt;a href=&quot;http://jeeshenlee.wordpress.com/2010/07/31/how-to-add-expires-headers-in-asp-net/&quot;&gt;&quot;How to Add Expires Headers in ASP.NET.&lt;/a&gt;

I have tested in on GoDaddy Window Shared hosting and it works.

Thanks.

Regards,
Jeeshen Lee.]]></description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>For ASP user like me, Expire Header can be turn on using web.config file. Refer my blog post below for more information.<br />
<a href="http://jeeshenlee.wordpress.com/2010/07/31/how-to-add-expires-headers-in-asp-net/">"How to Add Expires Headers in ASP.NET.</a></p>
<p>I have tested in on GoDaddy Window Shared hosting and it works.</p>
<p>Thanks.</p>
<p>Regards,<br />
Jeeshen Lee.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pattanaik</title>
		<link>http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1248</link>
		<dc:creator>Pattanaik</dc:creator>
		<pubDate>Mon, 27 Sep 2010 13:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1248</guid>
		<description><![CDATA[I get this working for all files withing my site.
This time I went for some cloud CDN to serve static content. Now the htaccess is not supposed to be working for the cloud files so what to do?
How do you tell the browser not to fetch content before a particular period ..from the clouds too????]]></description>
		<content:encoded><![CDATA[<p>I get this working for all files withing my site.<br />
This time I went for some cloud CDN to serve static content. Now the htaccess is not supposed to be working for the cloud files so what to do?<br />
How do you tell the browser not to fetch content before a particular period ..from the clouds too????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duke</title>
		<link>http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1246</link>
		<dc:creator>Duke</dc:creator>
		<pubDate>Sat, 25 Sep 2010 12:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-expires.html#comment-1246</guid>
		<description><![CDATA[Where exactly do i add the code in the htaccess file.]]></description>
		<content:encoded><![CDATA[<p>Where exactly do i add the code in the htaccess file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
