What is the best way to redirect uses to the mobile version of your site? I.e. redirecting to http://m.yoursite.com when it detects a mobile viewport? I tried to do this the normal way that I redirect in other places but I keep getting invalid errors. We're just using js to detect the browser and then we can collect that data in w2p and redirect from there, correct?

