My appcache is given below and it works perfectly. It works great when i am offline and visit nocache.html page where it shows me offline.html page. Below is the working example -
CACHE MANIFEST
cache.html
NETWORK:
nocache.html
FALLBACK:
/ offline.html
Now i want to ask that when i change the fallback to -
FALLBACK:
nocache.html offline.html
then it does not work. Can somebody tell me what is the problem here?