Hi,

I'm not sure if I'm seeing this correctly as a bug, I can't get mobile devices to be redirected to mobile homepage. All the other pages and destinations are working.
Also, where mobile devices are redirected to the mobile URL when they try to visit the desktop version, desktop devices can still visit the mobile URL.

Here's my basic setup:
- I have a panels homepage
- I have mobile switch, browscap and the mobile_detect php class all properly installed
- I have mobile switch panels module installed as well, and browscap_ctools module (the latter is detecting devices sucessfully for sure)
- I'm not using theme switching. I've "panelized" (not with Panelizr by the way) the whole website and every page manger page has a variant for mobiles, with a selection rule attached using browscap. So for instance, articles have a desktop and a mobile variant. Works fine except for caching issues. That's why I turned to this module because I need a seperate URL for mobiles and desktops so the two variants don't get mixed up when content is cached by URL.

This is all working fine, whatever page I visit on a mobile, I get redirected to the mobile URL and get the mobile variant. Except the homepage. I also tried installing page_manager_redirect and redirect to a seperate homepage only when devices are mobile. No luck. Whatever setting I try, it just doesn't work.

On desktops, if I go to any mobile URL, I'm not getting redirected to the desktop version.

I'm hoping that this module will solve the problem that you can't cache a website that has mobile optimized variants. It's impossible to run a production site without caching, the performance would be so terrible. But not serving content optimized for mobile is also not an option. Mobile Tools solved this for D6 but reading from the project page, it's not usable for D7.
All I need is a redirect to mobile url's from mobiles, and redirect to desktop URL for desktops. All the modules (except mobile tools) that suggest to do this, are not working atm.

Is there a bug in Mobile_Switch, or is this not the scope of the project?

Thanks in advance