Redirect One Multisite to Another

Put this code at the beginning of the .htaccess file.

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^abcd/(.*)$ /zxcv/$1 [R=301,NC,L]