I have some files placed under a particular folder in my old domain like this: http://www.olddomain.com/folder1/.
I want to redirect all requests that try to access files under this folder to a new domain. Example: http://www.olddomain.com/folder1/page1.html -> http://www.newdomain.com/page1.html
How do I accomplish this using .htaccess?