<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -85,6 +85,18 @@ def wordpress(name, to)
     end
   end
   cp_r File.join(root, &quot;config&quot;, &quot;wp-config.#{name}.php&quot;), File.join(root, to, &quot;wp-config.php&quot;)
+  File.open(File.join(root, to, &quot;.htaccess&quot;), &quot;w&quot;) do |f|
+    f &lt;&lt; 
+&quot;BEGIN WordPress
+&lt;IfModule mod_rewrite.c&gt;
+RewriteEngine On
+RewriteBase /life/
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule . /life/index.php [L]
+&lt;/IfModule&gt;
+# END WordPress&quot;
+  end
 end
 
 desc &quot;wordpress&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d93186d9cdf448798e0e1bb5e816d094f330d1f0</id>
    </parent>
  </parents>
  <author>
    <name>jeremylightsmith</name>
    <email>jeremy.lightsmith@gmail.com</email>
  </author>
  <url>http://github.com/jeremylightsmith/blog/commit/de5d466b7f01983f9bc85041ee929621de0398de</url>
  <id>de5d466b7f01983f9bc85041ee929621de0398de</id>
  <committed-date>2009-06-08T10:41:48-07:00</committed-date>
  <authored-date>2009-06-08T10:41:48-07:00</authored-date>
  <message>adding .htaccess</message>
  <tree>49e87205a281703f907f0fa8222ca5a6cff11fbd</tree>
  <committer>
    <name>jeremylightsmith</name>
    <email>jeremy.lightsmith@gmail.com</email>
  </committer>
</commit>
