Hi,
I'm switching from multiple WP installs to MU.
I'm wanting to move my posts from http://mars-hill.co.nz/blog/postname to http://travel.mars-hill.co.nz/postname
Will adding this to a .htaccess file in a physical /blog directory work? Any better ideas?
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://travel.mars-hill.co.nz/$1 [R=301,L]