Microsoft Edge 和 Windows 移动版下载我的产品页面而不是正常显示
Microsoft Edge and Windows mobile download my product page instead of showing it normally
我正在 Apache 服务器上使用 PrestaShop 1.6.1 开发在线商店。我对 Firefox、Chrome 和 Safari 没有任何问题。但是在 Microsoft Edge(在我的电脑上)和我的 Windows Phone 上,产品页面永远不会显示。所有其他页面都正常,问题仅出现在我尝试使用 Edge 或我的 Windows Phone.
打开产品页面时
这是什么问题?我能做些什么来解决它?
正如 arkascha 所说(谢谢 arkascha),随我的页面发送的 headers 是错误的。
我的 prestashop 主题的文件 product.tpl 包含一行:
{header('Content-Type: #slider_row')}
我将这一行替换为:
{header('Content-Type: text/html')}
现在,一切正常。问题已解决。
我正在 Apache 服务器上使用 PrestaShop 1.6.1 开发在线商店。我对 Firefox、Chrome 和 Safari 没有任何问题。但是在 Microsoft Edge(在我的电脑上)和我的 Windows Phone 上,产品页面永远不会显示。所有其他页面都正常,问题仅出现在我尝试使用 Edge 或我的 Windows Phone.
打开产品页面时这是什么问题?我能做些什么来解决它?
正如 arkascha 所说(谢谢 arkascha),随我的页面发送的 headers 是错误的。 我的 prestashop 主题的文件 product.tpl 包含一行:
{header('Content-Type: #slider_row')}
我将这一行替换为:
{header('Content-Type: text/html')}
现在,一切正常。问题已解决。