Hi Oilman, RedirectMatch uses regular expressions
RedirectMatch regex Full-URL
produces a 302 error
RedirectMatch permanent regex Full-URL
produces a 301 error
RedirectMatch gone regex
produces a 410 error
The following line should work. It worked for me.
RedirectMatch permanent (.*) [domainA.com...]