View Single Post
Old 11-05-2010, 12:06 PM  
Yngwie
I am an Alien from space
 
Yngwie's Avatar
 
Industry Role:
Join Date: May 2003
Location: Ontario, Canada
Posts: 11,118
You can use an .htaccess redirect like

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (mobile|android|blackberry|brew|htc|j2me|lg|midp|m ot|motorola|netfront|nokia|obigo|openweb|opera.min i|palm|psp|samsung|sanyo|sch|sonyericsson|symbian| symbos|teleca|up.browser|vodafone|wap|webos|window s.ce) [NC]
RewriteRule ^(.*)$ PUT URL HERE [R=302,L]

That's what I use to redirect any mobile traffic that I get.
__________________
ICQ: 16544251 - Skype: gator37 @ eastlink.ca - email: yngwie @ isys.ca
Yngwie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote