I have Domain Support set to "yes." I have redirect to domain under iphone/ipod set to "yes." My mobile site works great, but iPhones aren't being redirected. I've cleared cookies and used other phones. I've tried to force a redirect using htaccess, but my mobile site shares the same htaccess so I get a redirect loop. My rewrite conditions follow, any advice would be great.
RewriteCond %{HTTP_HOST} ^flagshiptutors.com$ [NC]
RewriteRule ^(.*)$ www.flagshiptutors.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^flagshiptutors.com$ [NC]
RewriteRule ^(.*)$ www.flagshiptutors.com/$1 [R=301,L]