TLC for TF

Right. Put a couple of hours in, TF improvements:

  • Recent Comments is back (not quite as good as before but I’ll hack it yet)
  • a 404 page
  • fixed all internal links and incoming google links. If you too are moving from Movable Type to WordPress and need to fix your mod_rewrite rules, check the full post for my fix.

WordPress is officially superb though. Cool things will be added as I discover more plugins.

RewriteBase /journal/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule archives/([0-9]{8}).php /journal/index.php?p=$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule archives/([0-9]{6}).php /journal/index.php?p=$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /journal/index.php [L]