Unverified:
 RewriteEngine On RewriteRule ^/dev-site/(.*)$ http://www.mysite.com/live/$1 [R=301,L] 
Note that this might work if you only use /live/$1 on the right side, but I would do this to make sure.
I know that you know this (since you mentioned mod_rewrite), but for those who don't, you usually put this in a .htaccess file in a directory - either dev-site or root should work.
 source share