<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -35,11 +35,20 @@ RewriteCond %{HTTP_HOST} ^www\.(.*)
 RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
 
 ###################################################
-# Dont't let people see config and cache files
+# Don't let people see config and cache files
+#
+# Shouldn't be blocking the root config or cache directories, since these
+# should be able to be used as &quot;annoying&quot; keywords, but using them with the
+# current set of rewrites sends mod_rewrite into a nosedive of unending
+# proportions.  It's something to do with the final rewrite in the file.
+# So, for now, we simply don't allow people to see if I'm annoyed by &quot;config&quot;,
+# &quot;cache&quot;, or &quot;externals&quot;.
 ###################################################
-RewriteRule ^\. - [G]
-RewriteRule ^config/.+ - [F,L]
-RewriteRule ^cache/.+ - [F,L]
+RewriteRule ^\. - [F,L]
+RewriteRule ^config(/.*)?$ - [F,L]
+RewriteRule ^cache(/.*)?$ - [F,L]
+RewriteRule ^externals$ - [F,L]
+
 
 ###################################################
 # Do not process images etc further</diff>
      <filename>.htaccess</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>079408ef911cbde3bf2f2922ed2a3c5da5a8d1c0</id>
    </parent>
  </parents>
  <author>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </author>
  <url>http://github.com/NeilCrosby/isneilannoyedby/commit/7ac33bc82ded3484bf3d9e0ade9501d79c588cfd</url>
  <id>7ac33bc82ded3484bf3d9e0ade9501d79c588cfd</id>
  <committed-date>2008-11-24T11:31:28-08:00</committed-date>
  <authored-date>2008-11-24T11:31:28-08:00</authored-date>
  <message>Updated blocking rules for config, cache and externals</message>
  <tree>4a26b5db983174c51266ef860abc9197879f71f7</tree>
  <committer>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </committer>
</commit>
