|
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]
|