By weina67 on
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.
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
mobile tools
Try this module
http://drupal.org/project/mobile_tools
Apache Mobile Filter could help you
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
AMF config
Check out #1475420: Document Apache Mobile Filter and Domain Access configuration for more info.