<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,15 @@ RewriteRule (.*) http://eidogo.com$1 [R=301,L]
 RedirectMatch 404 /\\.svn(/|$)
 RedirectMatch 404 /\\.git(/|$)
 
+# Here we assume certain MSIE 6.0 agents are from linkscanner
+# redirect these requests back to avg in the hope they'll see their silliness.
+# Taken from http://www.pixelbeat.org/docs/web/avg_linkscanner.html
+RewriteCond %{HTTP_USER_AGENT} &quot;.*MSIE 6.0; Windows NT 5.1; SV1.$&quot; [OR]
+RewriteCond %{HTTP_USER_AGENT} &quot;.*MSIE 6.0; Windows NT 5.1;1813.$&quot;
+RewriteCond %{HTTP_REFERER} ^$
+RewriteCond %{HTTP:Accept-Encoding} ^$
+RewriteRule ^.* http://www.avg.com/?LinkScannerSucks [R=307,L]
+
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^source$ /source.phtml [L,NE]</diff>
      <filename>.htaccess</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5d7fbf4b9c2d0b5f8c377e5e8dc528fb12a107ac</id>
    </parent>
  </parents>
  <author>
    <name>Justin Kramer</name>
    <email>jkkramer@gmail.com</email>
  </author>
  <url>http://github.com/jkk/eidogo/commit/ada1f1707ec59b783652bbc3bcc925877300979c</url>
  <id>ada1f1707ec59b783652bbc3bcc925877300979c</id>
  <committed-date>2008-07-02T07:33:38-07:00</committed-date>
  <authored-date>2008-07-02T07:33:38-07:00</authored-date>
  <message>redirect annoying AVG traffic</message>
  <tree>d2ccb99e892ff8e0076d91f0dbc7aa6205c95638</tree>
  <committer>
    <name>Justin Kramer</name>
    <email>jkkramer@gmail.com</email>
  </committer>
</commit>
