0

我正在将 php wurfl 1.3.1 与 cakephp 一起使用 - 以下用户代理被选为不正确的移动浏览器。

它在windows 7机器上,64位版本的IE没有问题,但32位版本重定向到移动。

(32 位)[问题]

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GetMiroToolbar 1.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)

(64 位)

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0)

如果您确实为我解决了问题,请告诉我确保服务器正确读取新配置的正确步骤。我只是清除 WURFL 缓存吗?谢谢你。

4

1 回答 1

0

web_browsers_patch.xml我添加了以下行:

    <device user_agent="Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GetMiroToolbar 1.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
        fall_back="msie" id="msie_8">
        <group id="product_info">
            <capability name="model_name" value="8.0" />
        </group>
    </device>
于 2011-11-09T13:52:41.730 回答