<?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: GZip files with .htaccess and PHP</title>
	<atom:link href="http://www.lateralcode.com/gzip-files-with-htaccess-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/</link>
	<description>A Web Development Blog Focused on Code and Technology</description>
	<lastBuildDate>Thu, 09 Sep 2010 08:55:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: 20 Steps to a Flexible and Secure WordPress Installation &#124; LionWebMedia.com</title>
		<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/#comment-3410</link>
		<dc:creator>20 Steps to a Flexible and Secure WordPress Installation &#124; LionWebMedia.com</dc:creator>
		<pubDate>Mon, 23 Aug 2010 00:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=32#comment-3410</guid>
		<description>[...] only requires a PHP file and a bit of .htaccess. Note that the following code is referenced from a gzip tutorial on Lateral [...]</description>
		<content:encoded><![CDATA[<p>[...] only requires a PHP file and a bit of .htaccess. Note that the following code is referenced from a gzip tutorial on Lateral [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rozario</title>
		<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/#comment-2982</link>
		<dc:creator>rozario</dc:creator>
		<pubDate>Mon, 09 Aug 2010 08:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=32#comment-2982</guid>
		<description>This method will not work if your server has PHP installed as CGI binary - you will get a 500 internal server error.</description>
		<content:encoded><![CDATA[<p>This method will not work if your server has PHP installed as CGI binary &#8211; you will get a 500 internal server error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20 Steps to a Flexible and Secure WordPress Installation &#171; All Tutorial Fan</title>
		<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/#comment-2470</link>
		<dc:creator>20 Steps to a Flexible and Secure WordPress Installation &#171; All Tutorial Fan</dc:creator>
		<pubDate>Mon, 26 Jul 2010 16:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=32#comment-2470</guid>
		<description>[...] only requires a PHP file and a bit of .htaccess. Note that the following code is referenced from a gzip tutorial on Lateral [...]</description>
		<content:encoded><![CDATA[<p>[...] only requires a PHP file and a bit of .htaccess. Note that the following code is referenced from a gzip tutorial on Lateral [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wcasado</title>
		<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/#comment-1100</link>
		<dc:creator>wcasado</dc:creator>
		<pubDate>Wed, 19 May 2010 04:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=32#comment-1100</guid>
		<description>Thanks a million!!

Implemented the Diogo post as:

SetOutputFilter DEFLATE
Header unset ETag
FileETag None
 
And this is all you really need....Also implemented the Expires Control which shows this article and they work just fine. Thanks for sharing!!!

wcasado</description>
		<content:encoded><![CDATA[<p>Thanks a million!!</p>
<p>Implemented the Diogo post as:</p>
<p>SetOutputFilter DEFLATE<br />
Header unset ETag<br />
FileETag None</p>
<p>And this is all you really need&#8230;.Also implemented the Expires Control which shows this article and they work just fine. Thanks for sharing!!!</p>
<p>wcasado</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FrankBongo</title>
		<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/#comment-1064</link>
		<dc:creator>FrankBongo</dc:creator>
		<pubDate>Tue, 20 Apr 2010 07:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=32#comment-1064</guid>
		<description>Thanks very much. It too only worked for me when I put 

SetOutputFilter DEFLATE
Header unset ETag
FileETag None

 into .htaccess 

I also notice that this page isn&#039;t using the compression, why is that?</description>
		<content:encoded><![CDATA[<p>Thanks very much. It too only worked for me when I put </p>
<p>SetOutputFilter DEFLATE<br />
Header unset ETag<br />
FileETag None</p>
<p> into .htaccess </p>
<p>I also notice that this page isn&#8217;t using the compression, why is that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enable Gzip on Share Hosting: solution for plugin collision</title>
		<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/#comment-1020</link>
		<dc:creator>Enable Gzip on Share Hosting: solution for plugin collision</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=32#comment-1020</guid>
		<description>[...] resouces: Gzip with .htaccess and PHP Better Explained? Interesting [...]</description>
		<content:encoded><![CDATA[<p>[...] resouces: Gzip with .htaccess and PHP Better Explained? Interesting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torben</title>
		<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/#comment-988</link>
		<dc:creator>Torben</dc:creator>
		<pubDate>Sun, 14 Feb 2010 17:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=32#comment-988</guid>
		<description>Thanks go to Diogo from comment #1. The following works very well for me when put into htaccess (Hosteurope Webpack):

SetOutputFilter DEFLATE
Header unset ETag
FileETag None

Thanks,
Torben</description>
		<content:encoded><![CDATA[<p>Thanks go to Diogo from comment #1. The following works very well for me when put into htaccess (Hosteurope Webpack):</p>
<p>SetOutputFilter DEFLATE<br />
Header unset ETag<br />
FileETag None</p>
<p>Thanks,<br />
Torben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navjot Singh</title>
		<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/#comment-985</link>
		<dc:creator>Navjot Singh</dc:creator>
		<pubDate>Sat, 13 Feb 2010 03:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=32#comment-985</guid>
		<description>I get a 500 Error when I use your method. Any ideas why?</description>
		<content:encoded><![CDATA[<p>I get a 500 Error when I use your method. Any ideas why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitko</title>
		<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/#comment-948</link>
		<dc:creator>Mitko</dc:creator>
		<pubDate>Mon, 11 Jan 2010 01:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=32#comment-948</guid>
		<description>My theme .css is not gzipping as well as some other files, any idea why this is happening?

Everything else seems alright, but just these few css + js files!</description>
		<content:encoded><![CDATA[<p>My theme .css is not gzipping as well as some other files, any idea why this is happening?</p>
<p>Everything else seems alright, but just these few css + js files!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 胡说九道 &#187; 000webhost开启Gzip.</title>
		<link>http://www.lateralcode.com/gzip-files-with-htaccess-and-php/#comment-946</link>
		<dc:creator>胡说九道 &#187; 000webhost开启Gzip.</dc:creator>
		<pubDate>Sat, 09 Jan 2010 00:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=32#comment-946</guid>
		<description>[...] 参看网页GZip files with .htaccess and PHP修改后就好了，代码如下： [...]</description>
		<content:encoded><![CDATA[<p>[...] 参看网页GZip files with .htaccess and PHP修改后就好了，代码如下： [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
