I have two Cocoon sites: ABC and ABC-mobile.
If th开发者_如何学编程e user is coming from a mobile browser, then I want them redirected to ABC-mobile. How do I accomplish this?
You need to detect the user agent. In Cocoon the Browser-Selector
component does exactly that (you associate browser names to user agents in your sitemap - see documentation).
精彩评论