apache url redirection

I need help in apache url redirection:

I have added the below command in httpd.conf and it is working fine.
Redirect http://xyz.com/site/homehttp://abc.com/site/home

Can we set a rule such that http://xyz.com/site/* -> http://abc.com/site/* is applied

For example:http://xyz.com/site/aboutIndex.html
should redirect to http://abc.com/site/aboutIndex.html

Regards,
Raghu.