URL forwarding
Forwarded my blog from my old server to this one. Added a Rewrite rule to httpd.conf on the old server in the main site <VirtualHost *:80> section:
RewriteEngine On
RewriteRule ^.*/blog(.*)$ http://jimlund.org/blog/$1