We're using W3C TC's user agent detection to serve our mobile users our mobile template. That works great, but we still want to provide a "Go to full site" -link somewhere. Is this possible to achieve with W3C TC? We would want to use same url's for both the mobile & desktop users.
An idea I had was to point the Full site -link to a special url, eg. site.com/desktop-redirect, which would automatically point the user back to the frontpage, and then use W3C TC's Refererrer groups to serve the correct template to the user.
But at least this kind of value in the referrer group list:
site\.com\/\desktop-redirect
doesn't work as expected, it just shows the mobile template. Is there a typo or is it impossible to fix this way?