【发布时间】:2012-12-07 16:18:36
【问题描述】:
这让我快疯了。我的缓存清单没有加载。我不知道为什么不。
标题如下:
<!DOCTYPE html>
<head>
<html manifest="default.appcache">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0"
/>
<link rel="apple-touch-icon" sizes="114x114" href="images/splash/splash-icon.png">
<link rel="apple-touch-startup-image" href="images/splash/splash-screen.png"
media="screen and (max-device-width: 320px)" />
<link rel="apple-touch-startup-image" href="images/splash/splash-screen@2x.png"
media="(max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Ez Names</title>
【问题讨论】:
-
嗨@das_boot。链接往往会腐烂。因此,为了确保在您解决网站上的问题后该问题对访问者也有价值,您能否确保缓存清单的相关片段在您的问题中?
-
示例中包含缓存清单。
-
页面托管在哪个网络服务器上(apache/iis/nginx/etc)?
-
Hostgator。我认为是 Apache?
标签: html cache-manifest