View Single Post
Old 02-26-2011, 12:19 PM  
mromro
So Fucking Banned
 
Industry Role:
Join Date: Jan 2011
Posts: 770
put this in the htaccess file



RewriteEngine on

#redirect mobile browsers

RewriteCond %{HTTP_USER_AGENT} ^.*iphone|ipod|blackberry|android|sgh|sonyericsson |psp|mot|htc|lg|nokia|palm|treo|j2me|webos|smartph one|symbian.*$ [NC]
RewriteRule ^(.*)$ your url goes here [R=302,L]
mromro is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote