Html – Application Cache Error event: Manifest fetch failed (404)

application-cachehtml

I have already one site, for that I have created one mobile site using jquery mobile with application cache features. (Both have same urls)

Using apache2 userAgent settings I redirected to mobile site for (Android and Iphone).

When It redirected to mobile site, I get below error:

Application Cache Error event: Manifest fetch failed (404)

test.manifest

CACHE MANIFEST
# version 1
CACHE
/index.html
/static/js/main.js
/static/css/style.css

Example:

main site:
www.example.com/

mobile site
www.example.com/

www.example.com/test.manifest open directly but using redirection it give 404 error randomly.

Please suggest any solution.

Best Answer

One thing wrong with your manifest. You need a colon after CACHE.

Related Topic