.htaccess Detect iPhone – .htaccess December 22, 2011 Pramod T P Leave a comment Paste the below given code into your .htaccess file RewriteEngine on RewriteCond %{HTTP_USER_AGENT} iPhone RewriteRule .* http://iphone.phpcodez.com/ [R]