gpt4 book ai didi

iphone - 在 .htaccess/apache 中检测 iPhone 浏览器并重定向到 iPhone 站点

转载 作者:行者123 更新时间:2023-12-03 19:12:38 25 4
gpt4 key购买 nike

是否可以检测 .htaccess 中的 iPhone 浏览器代理并将用户重定向到正确的 iPhone 页面?

最佳答案

当然可以 -

   #redirect mobile browsers
RewriteCond %{HTTP_USER_AGENT} ^.*iPhone.*$
RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]
RewriteCond %{HTTP_USER_AGENT} ^.*BlackBerry.*$
RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]
RewriteCond %{HTTP_USER_AGENT} ^.*Palm.*$
RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]

取自 here

关于iphone - 在 .htaccess/apache 中检测 iPhone 浏览器并重定向到 iPhone 站点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3196808/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com