We are using this piece of code to redirect on mobile website.
RewriteCond %{HTTP_USER_AGENT} android|blackberry|iphone|ipod|iemobile|palmos|webos|googlebot-mobile [NC]
But problem is, Its also working for tablet. Because tablet is also android. We don't want to redirect on tablet. We want redirection only on mobiles.
What we need to change in this? Please suggest only .htaccess change.