开发者 | Patrick Chia |
---|---|
更新时间 | 2011年7月8日 01:01 |
捐献地址: | 去捐款 |
PHP版本: | 3.1.3 及以上 |
WordPress版本: | 3.2 |
AddType text/cache-manifest .manifest
cache_manifest_for_wp_themes.php
to the /wp-content/plugins/
directory.AddType text/cache-manifest .manifest
For details: http://diveintohtml5.org/offline.htmlWhen the plugin activate, the plugin generated two files in your current theme\'s directory. These two files will be delete when plugin deactivate.
Just deactive and re-active the plugin.
Notes: your blog site served with the content type text/cache-manifest. If you are running an Apache-based web server, you can probably just put an AddType directive in the .htaccess file at the root of your web directory:
AddType text/cache-manifest .manifest