Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Redirect users if on desktop to new URL Re: Redirect users if on desktop to new URL

#132291
pixelgrid
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