Configuring Blosxom
I've used the following .htaccess file:
DirectoryIndex blosxom.cgi RewriteEngine on RewriteRule ^(.+)\.txt$ blosxom.cgi/$1.html [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ blosxom.cgi/$1 [L,QSA]
Cite: Palmer, S.B. (2005). "Configuring Blosxom", in: What Planet is This?
Archival URI: http://inamidst.com/notes/htaccess