Home › Forums › CSS › Redirect users if on desktop to new URL › Re: Redirect users if on desktop to new URL
April 18, 2013 at 7:16 am
#132291
Participant
you can find many scrips using php online
just for the record im posting an .htaccess solution too
RewriteCond %{HTTP_USER_AGENT} ^.*iPad.*$
RewriteRule ^(.*)$ http://ipad.yourdomain.com [R=301]
this one is for ipad redirection only