I have recently wanted to upgrade my site to have HTML5 Offline storage but cant get it to work. I have googled it etc and they all say its easy and i follow their how-tos etc.
Here is what ive got so far:
Set up a new directory (domain.com/offline) with an
index.html file within the <head> and other content in the body etc.HTML Code:<html manifest="cache.manifest">
Ive made the cache.manifest file, inside is:
I have added in the .htaccess file:Code:CACHE MANIFEST # v2.3 index.html images/logo.png
By the way i also use a .htaccess rewrite to remove .html file extensions from URLs if it helpsCode:AddType text/cache-manifest .manifest
This is exactly what i am using and it doesn't seem to work!
If there is something wrong with the code or im missing something please REPLY!



Reply With Quote

Bookmarks