OK so I've re-written as follows
RewriteEngine On
RewriteRule ^members\.jsp$ [
m.example.com...] [R=301,L]
RewriteRule ^(freeVid|testfree|ntour|vtourr|freejoin|testfree)\.jsp$ http://www.example.com/m/daily-video.php [R=301,L]
RewriteRule ^(freeImg|ptour|ptourr)\.jsp$ http://www.example.com/m/daily-image.php [R=301,L]
RewriteRule ^(daily-video|daily-delivery)\.php$ http://www.example.com/m/daily-video.php [R=301,L]
RewriteRule ^daily-image\.php$ http://www.example.com/m/daily-image.php [R=301,L]
RewriteCond %{REQUEST_URI} !^/m/
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,QSA,L]
Whilst doing this, i realised that there was another sub folder on the old domain /sms/ that needs to be forwarded to a different domain [
m.olddomain.com...]
Should I also use a rewrite here and can you advise on how to do this for a folder?