Permanently Redirect WordPress Subfolder Blog to Subdomain on Another Server

You need to revise your last rule

RewriteRule ^blog(.*)$ http://blog.joesexample.com/$1 [R=301,L]

I think that should do it. Previously you were grabbing ‘blog’ and adding it to the end of the url.