Relocated website to new domain. The old domain will be used for other purposes so what i need to do is to redirect ~800 Subfolders (users profiles) recursive towards the new url.
I could use something like this
RedirectMatch 301 ^/user/(.*)$ http://new-domain.com/user/$1
This will redirect all sub pages / folders to this user but not if someone visit old-domain.com/user.
How can i redirect both all the specific ~800 subfolder + recursive within the same line ( for every profile )