RewriteCond %{HTTP_USER_AGENT} ^.*iPad.*$
RewriteRule ^(.*)$ http://ipad.yourdomain.com [R=301]
This will redirect iPad users to a URL you specify. This is probably
the best way to do it (assuming you are running an Apache server), but
if you aren't, there are PHP and JavaScript methods here.
No comments:
Post a Comment