Fri, 03 Jun 2005
Fixed
Due to the way I installed blosxom my permanent links didn't work unless (like Mikey) you included the index.cgi in the URL. Well that's fixed now.
For those that may or may not care this is the apache magic
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]
I think this means that aside from the switch over period, no one should see anything break.
