<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,33 @@
 RewriteEngine on
 
+FileETag none
+
+&lt;IfModule mod_deflate.c&gt;
+  # Insert filter
+  SetOutputFilter DEFLATE
+
+  # Netscape 4.x has some problems...
+  BrowserMatch ^Mozilla/4 gzip-only-text/html
+
+  # Netscape 4.06-4.08 have some more problems
+  BrowserMatch ^Mozilla/4\.0[678] no-gzip
+
+  # MSIE masquerades as Netscape, but it is fine
+  # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
+
+  # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
+  # the above regex won't work. You can use the following
+  # workaround to get the desired effect:
+  BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
+
+  # Don't compress images
+  SetEnvIfNoCase Request_URI \
+  \.(?:gif|jpe?g|png)$ no-gzip dont-vary
+
+  # Make sure proxies don't deliver the wrong content
+#  Header append Vary User-Agent env=!dont-vary
+&lt;/ifModule&gt;
+
 ###################################################
 # Remove the leading www if one exists
 ###################################################</diff>
      <filename>.htaccess</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b38d4198b03443cff46302884c72eea06b2405c5</id>
    </parent>
  </parents>
  <author>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </author>
  <url>http://github.com/NeilCrosby/lifestream/commit/5afb0284af32f420d7d3c9d0d5ebc848ad6f6cd0</url>
  <id>5afb0284af32f420d7d3c9d0d5ebc848ad6f6cd0</id>
  <committed-date>2008-12-10T06:56:42-08:00</committed-date>
  <authored-date>2008-12-10T06:56:42-08:00</authored-date>
  <message>Added ETags and gzip information</message>
  <tree>9081a6615bb60957fd3c27c4f34a15e41c2eade0</tree>
  <committer>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </committer>
</commit>
