这是非常奇怪的问题人们..它只影响chrome,只有PHP服务的页面。
我创建了一个页面,它只是纯粹的html,与处理页面在同一目录中提供相同的资源,因为我不确定如何处理这种情况:
http://www.sublimewellness.ca/store/debug.html
www.sublimewellness.ca/store/ 该页面在其他浏览器上运行正常但在chrome上失败。
你会注意到页面没有加载到chrome上(你可以看到白色屏幕和html转储)。
如果你没有得到回复,那可能是因为magento是一个野兽和其他堆叠交换人员正在击中它。
以下是请求标题..
GET /store/ HTTP/1.1
Host: www.sublimewellness.ca
Connection: keep-alive
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-GB,en-US;q=0.8,en;q=0.6
Cookie: frontend=47oojlnfi9aji3c85e3as98d63
HTTP/1.1 200 OK
Date: Tue, 10 Sep 2013 08:01:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: frontend=47oojlnfi9aji3c85e3as98d63; expires=Tue, 10-Sep-2013 09:01:45 GMT; path=/store; domain=www.sublimewellness.ca; httponly
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
应该责备什么?我不认为它的javascript或页面转储html导致随机问题,因为html页面表明它不是问题。
我不认为它的PHP? 它显然不是mysql。
我把手伸向某种apache标题。除非有要求,否则我真的不想抛弃其他项目特定的代码。请让我知道您需要了解的内容或首先要了解的内容,我会调查并发布您需要的内容。
请注意,在极少数情况下,页面会在Chrome中正确加载!