Quote:
Originally Posted by BlackCrayon
how do you get pure mobile traffic in the first place? me not know...
|
redirect code in .htaccess
Code:
#HTACCESS MOBILE SITE REDIRECTION CODE
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (mobile|blackberry|webos|android|j2me|palm|nokia|samsung|symbian|windows.ce) [NC]
RewriteRule ^(.*)$ http://whatevermobilesiteyouwant.c0m [R=302,L]