Tagged Questions
2
votes
2answers
168 views
Mobile redirect strategy
Looking for help on deciding how to redirect users to a mobile optimized version of my site (m.mysite.com).
Looking at two methods:
Server configuration (.htaccess or even varnish)
Webapp (php)
...