我试图使用appcache,但它不起作用。这是我的清单文件:
CACHE MANIFEST
stylecache.css
stylecachemobile.css
customalert.js
fonts/*
images/*
stylefonts.css
footer.php
header.php
home.php
index.php
logout.php
matchscout.php
myteam.php
navbar.php
pitscout.php
upload.php
NETWORK:
stats.php
config.php
FALLBACK:
/html/ /offline.html
此页面为cache.appcache。这就是我的HTML标题:
<html manifest="cache.appcache">
我已经尝试了所有,但它说不能打开页面,因为你没有连接到互联网。我的链接是www.example.com/index.php?page=home 它用header.php,navbar.php和footer.php打开home.php。我首先访问了该页面以让它缓存,但没有任何效果。
编辑:
它做了一些事情,因为每当我更改页面(index.php?page = home到index.php?page = anotherpage)时,它都会关闭所有会话。我删除了标签上的清单,它不再那样了