02-20-2012, 01:19 AM
|
|
Confirmed User
Industry Role:
Join Date: Aug 2011
Location: Las Vegas
Posts: 1,086
|
Quote:
Originally Posted by Jakez
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (mobile|android|blackberry|brew|cldc|docomo|htc|j2 me|micromax|lg|midp|mot|motorola|netfront|nokia|ob igo|openweb|opera.mini|palm|psp|samsung|sanyo|sch| sonyericsson|symbian|symbos|teleca|up.browser|voda fone|wap|webos|windows.ce) [NC]
RewriteRule ^(.*)$ http://REDIRECTURL.COM [R=302,L]
RewriteCond %{HTTP_USER_AGENT} (GoogleTV) [NC]
RewriteRule ^(.*)$ http://REDIRECTURL.COM [R=302,L]
|
thanks 
|
|
|