我正在寻找一个可用于iPad网站的离线文件。我相信我必须在设置中遗漏一些内容,因为它似乎无法正常工作,因为我理解它。这就是我的......
索引页:
<!doctype html>
<html lang="en" manifest="/cache.appcache">
的.htaccess
AddType text/cache-manifest .appcache
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/cache-manifest "access plus 0 seconds"
</IfModule>
cache.appcache
CACHE MANIFEST
CACHE:
/index.php
/img/img.jpg
/img/img@2x.jpg
/inc/script.php
/inc/styles.php
NETWORK:
# All URLs that start with the following lines
# are whitelisted.
FALLBACK:
以下是我要完成的步骤:
我可能误解了这应该如何适用于“离线”模式,但这似乎对我不正确。