<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>Tony's Diary  06 2005</title>
    <link>http://www.bakeyournoodle.com/~tony/diary</link>
    <description>Tony's Diary</description>
    <language>en</language>

  <item>
    <title>Fixed</title>
    <pubDate>Fri, 03 Jun 2005 10:36:00 </pubDate>
    <link>http://www.bakeyournoodle.com/~tony/diary/2005/06/03#2005-06-03</link>
    <description>
Due to the way I installed blosxom my permanent links &lt;a href=&quot;http://svana.org/sjh/diary/2005/06/02#2005-06-02_01&quot;&gt;didn't work&lt;/a&gt; unless (like &lt;a href=&quot;http://michaelneuling.blogspot.com/2005/06/rode-to-work-with-tony-today.html&quot;&gt;Mikey&lt;/a&gt;) you included the &lt;kbd&gt;index.cgi&lt;/kbd&gt; in the URL.  Well that's fixed now.

For those that may or may not care this is the apache magic
&lt;/p&gt;&lt;pre&gt;        
ScriptAlias /~tony/diary /home/bakeyournoodle.com/tony/public_html/diary/blosxom.cgi

# Keep Sage working
RewriteCond    %{QUERY_STRING}  ^flav=rss$
RewriteRule    ^(/~tony/diary).*$  $1/index.rss?  [L,R]

RewriteRule    ^(/~tony/diary/)index.cgi(.+[^/])$  $1$2  [R]
&lt;/pre&gt;&lt;p&gt;

I think this means that aside from the switch over period, no one should see anything break.</description>
  </item>
  </channel>
</rss>
