如何配置 Cocoon 将移动浏览器重定向到移动网站?
我有两个 Cocoon 网站:ABC 和 ABC-mobile。
如果用户来自移动浏览器,那么我希望他们重定向到 ABC-mobile。我该如何实现这个目标?
I have two Cocoon sites: ABC and ABC-mobile.
If the user is coming from a mobile browser, then I want them redirected to ABC-mobile. How do I accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要检测用户代理。在 Cocoon 中,浏览器选择器组件正是这样做的(您将浏览器名称与站点地图中的用户代理相关联 - 请参阅 文档)。
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).