View Single Post
Old 12-29-2011, 01:16 PM  
VIXEN ESCORTS
Confirmed User
 
Industry Role:
Join Date: Oct 2003
Posts: 1,103
Android Tablets versus Android Phones in Htaccess

I have been using htaccess to redirect mobile devices like this:

RewriteCond %{HTTP_USER_AGENT} Android [NC,OR]
RewriteCond %{HTTP_USER_AGENT} iPod [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Blackberry [NC,OR]
RewriteCond %{HTTP_USER_AGENT} Symbian [NC,OR]
RewriteCond %{HTTP_USER_AGENT} iPhone [NC]

Is the Android line redirecting ALL android devices ie, tablets and phones or just phones, I assumed it was just phones but want to do something different with Android Tablets now ?

Ta
VIXEN ESCORTS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote