I want to redirect users based on whether they are using the iPhone. How do i do that using drupal? But the tricky thing is, I only want to redirect the front page ... and no other pages.

Comments

junedkazi’s picture

ifuschini’s picture

Apache Mobile Filter is an open source for detect mobile devices, it's used also for redirect using AMFSwitcher module or mod_rewrite.

For more info: http://www.apachemobilefilter.org

mrP’s picture