Quote:
Originally Posted by istanboys
Cool.
spankmo do you have the code for me?
|
Drop this in your .htaccess file and you should be good to go.
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://www.yourdomainhere.com [R=302,L]