I want to switch to another theme at when a user visits www.mysite.com/m/
. Then, redirect mobile users to www.mysite.com/m/
with htaccess
based on their user-agent
.
I have the htaccess
redirect rules and it is working for me. But how do I switch to mobile theme based on the URL?
The Virtual theme plugin is a great solution for me, but unfortunately it doesn’t work for mobile browsers.