Can't get cache manifest to work MIME type problem
I can't seem to get my website to use the cache manifest properly.
The steps i've taken:
<html lang="en" manifest="/iphone.manifest"> this is in the one and only html file
Below is saved as iphone.manifest: CACHE 开发者_如何学CMANIFEST
CACHE:
/index.html
/css/main.css
/images/icon.png
/images/icon4.png
/images/splash.png
/images/loading.gif
/images/test.jpg
# version 0
and i added the line: text/cache-manifest .manifest to the mime.types file of my xampp server
The server still seems to be using text/plain
Any ideas?
Thanks!
精彩评论