<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -70,7 +70,7 @@ task &quot;test:local_links&quot; do
   end
 end
 
-def wordpress(name, to)
+def wordpress(name, uri, to)
   rm_rf to
   mkdir_p to
   root = File.expand_path(File.dirname(__FILE__))
@@ -87,13 +87,13 @@ def wordpress(name, to)
   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
+&quot;# BEGIN WordPress
 &lt;IfModule mod_rewrite.c&gt;
 RewriteEngine On
-RewriteBase /life/
+RewriteBase #{uri}
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule . /life/index.php [L]
+RewriteRule . #{uri}index.php [L]
 &lt;/IfModule&gt;
 # END WordPress&quot;
   end
@@ -101,8 +101,8 @@ end
 
 desc &quot;wordpress&quot;
 task :wordpress do
-  wordpress &quot;life&quot;,             &quot;public/onemanswalk/life&quot;
-  wordpress &quot;work&quot;,             &quot;public/onemanswalk/work&quot;
-  wordpress &quot;portland_dog_zen&quot;, &quot;public/portland_dog_zen&quot;
-  wordpress &quot;montessori&quot;,       &quot;public/jeremy_and_karissa/montessori&quot;
+  wordpress &quot;life&quot;,             &quot;/life/&quot;,       &quot;public/onemanswalk/life&quot;
+  wordpress &quot;work&quot;,             &quot;/work/&quot;,       &quot;public/onemanswalk/work&quot;
+  wordpress &quot;portland_dog_zen&quot;, &quot;/&quot;,            &quot;public/portland_dog_zen&quot;
+  wordpress &quot;montessori&quot;,       &quot;/montessori/&quot;, &quot;public/jeremy_and_karissa/montessori&quot;
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>de5d466b7f01983f9bc85041ee929621de0398de</id>
    </parent>
  </parents>
  <author>
    <name>jeremylightsmith</name>
    <email>jeremy.lightsmith@gmail.com</email>
  </author>
  <url>http://github.com/jeremylightsmith/blog/commit/1f7a3720d75ae3c08d6eae7d20b5f3bff159ebd9</url>
  <id>1f7a3720d75ae3c08d6eae7d20b5f3bff159ebd9</id>
  <committed-date>2009-06-08T10:50:00-07:00</committed-date>
  <authored-date>2009-06-08T10:50:00-07:00</authored-date>
  <message>adding .htaccess</message>
  <tree>3f49832340d3a29c1e05e2ed092040637c58cda8</tree>
  <committer>
    <name>jeremylightsmith</name>
    <email>jeremy.lightsmith@gmail.com</email>
  </committer>
</commit>
