<?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: .htaccess for (mt)</title>
	<atom:link href="http://makassurfshop.com/2009/02/02/htaccess-for-mt/feed/" rel="self" type="application/rss+xml" />
	<link>http://makassurfshop.com/2009/02/02/htaccess-for-mt/</link>
	<description>creative design and development from orlando florida to the global community</description>
	<lastBuildDate>Fri, 04 Sep 2009 11:54:46 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tony</title>
		<link>http://makassurfshop.com/2009/02/02/htaccess-for-mt/comment-page-1/#comment-71</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 24 Apr 2009 18:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://makassurfshop.com/?p=165#comment-71</guid>
		<description>Also, I think that the first three cache-control headers are nullified by the expires header at the end.  From what I understand, cache-control headers are for dynamic content (so, based on your example: html&#124;htm&#124;php) and expires headers are appropriate for static content (images, styles, scripts.)  

Otherwise, this is great.  It&#039;s been very helpful for me. Thanks.</description>
		<content:encoded><![CDATA[<p>Also, I think that the first three cache-control headers are nullified by the expires header at the end.  From what I understand, cache-control headers are for dynamic content (so, based on your example: html|htm|php) and expires headers are appropriate for static content (images, styles, scripts.)  </p>
<p>Otherwise, this is great.  It&#8217;s been very helpful for me. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://makassurfshop.com/2009/02/02/htaccess-for-mt/comment-page-1/#comment-70</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 24 Apr 2009 18:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://makassurfshop.com/?p=165#comment-70</guid>
		<description>I had to add this inside the filesMatch condition to get the expires headers to actually get sent:

ExpiresActive On

I&#039;m on an MT (gs), and used Firebug/YSlow to verify.</description>
		<content:encoded><![CDATA[<p>I had to add this inside the filesMatch condition to get the expires headers to actually get sent:</p>
<p>ExpiresActive On</p>
<p>I&#8217;m on an MT (gs), and used Firebug/YSlow to verify.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://makassurfshop.com/2009/02/02/htaccess-for-mt/comment-page-1/#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 09 Feb 2009 13:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://makassurfshop.com/?p=165#comment-5</guid>
		<description>Thanks for the additional code. Much appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks for the additional code. Much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Share from Group Writing Projects</title>
		<link>http://makassurfshop.com/2009/02/02/htaccess-for-mt/comment-page-1/#comment-4</link>
		<dc:creator>Jacob Share from Group Writing Projects</dc:creator>
		<pubDate>Mon, 09 Feb 2009 12:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://makassurfshop.com/?p=165#comment-4</guid>
		<description>My comment didn&#039;t get through as planned. My point was that ExpiresActive needs to be On.</description>
		<content:encoded><![CDATA[<p>My comment didn&#8217;t get through as planned. My point was that ExpiresActive needs to be On.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Share from Group Writing Projects</title>
		<link>http://makassurfshop.com/2009/02/02/htaccess-for-mt/comment-page-1/#comment-3</link>
		<dc:creator>Jacob Share from Group Writing Projects</dc:creator>
		<pubDate>Mon, 09 Feb 2009 12:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://makassurfshop.com/?p=165#comment-3</guid>
		<description>First of all, thank you very much for compiling this. It has made a noticeable impact on my sites&#039; loading speeds and the sites were already heavily optimized.

Using the latest Yslow all the changes I made using your htaccess were taken into account except one: the Expires header. And the reason for that is a missing line in your code, which should be:

### begin expires header

ExpiresActive On
ExpiresDefault &quot;access plus 10 years&quot;

### end expires header</description>
		<content:encoded><![CDATA[<p>First of all, thank you very much for compiling this. It has made a noticeable impact on my sites&#8217; loading speeds and the sites were already heavily optimized.</p>
<p>Using the latest Yslow all the changes I made using your htaccess were taken into account except one: the Expires header. And the reason for that is a missing line in your code, which should be:</p>
<p>### begin expires header</p>
<p>ExpiresActive On<br />
ExpiresDefault &#8220;access plus 10 years&#8221;</p>
<p>### end expires header</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Barr</title>
		<link>http://makassurfshop.com/2009/02/02/htaccess-for-mt/comment-page-1/#comment-2</link>
		<dc:creator>Ryan Barr</dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://makassurfshop.com/?p=165#comment-2</guid>
		<description>Hey there,

Great idea! I think that this method would surely be helpful for sites running on the grid that are either graphic heavy and/or use a lot of AJAX. A site with few graphics and just styled text pulled from a database might see a slight change, but nothing major (my personal problem).

Awesome work though, I will surely use this for a few sites that I run on my grid.

Best,
Ryan</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>Great idea! I think that this method would surely be helpful for sites running on the grid that are either graphic heavy and/or use a lot of AJAX. A site with few graphics and just styled text pulled from a database might see a slight change, but nothing major (my personal problem).</p>
<p>Awesome work though, I will surely use this for a few sites that I run on my grid.</p>
<p>Best,<br />
Ryan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
