-1

我们有一个 Magento CE 1.7.0.2。版本,在 explorer、chrome、firefox 上完美运行。但是所有的移动浏览器都会给出一个 404 page not found 错误(magento 布局),我无法解决这个问题。有没有人看到这个?提前致谢

4

1 回答 1

0
#

移动用户代理重定向

#RewriteCond %{REQUEST_URI} !^/mobiledirectoryhere/.*$
#RewriteCond %{HTTP_USER_AGENT} "android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|googlebot-mobile" [NC]
#RewriteRule ^(.*)$ /mobiledirectoryhere/ [L,R=302]
#

检查这些行是否在您的 .htaccess 文件中未注释。

同样在配置中为移动主题定义了哪些值。

于 2013-03-17T19:06:00.003 回答