How can i divert iphone and mobile visitors to a certain url instead of the gavick version, even when i turn off the gavick versions it still diverts to them and my usually htaccess method below doesnt work because the gavick stuff takes priority
### MOBILE SITE RULES ###
RewriteCond %{HTTP_USER_AGENT} ^.*iPhone.*$ [OR]
RewriteCond %{HTTP_USER_AGENT} ^.*BlackBerry.*$ [OR]
RewriteCond %{HTTP_USER_AGENT} ^.*Palm.*$
RewriteRule ^(.*)$ http://*********** [L,NC,R=301]
### MOBILE SITE RULES ###
please help