This worked a dream :
######### Begin - Redirect Mobile Browser Accessing /siteurltoredirect
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|googlebot-mobile" [NC]
RewriteRule ^siteurltoredirect$
http://theendpointurl.com [R,L]
########## End - Redirect Mobile Browser Accessing /siteurltoredirect
just save it as .htaccess and run it through the marvellous redirect tool.
The original website for this code is:
http://tech.pro/tutorial/1063/redirect-mobile-devices-using-htaccess
and if you wish toadd more user agents just include them in the ReWriteCond statement.