I already have one site, for this I created one mobile site using jquery mobile with application cache functions. (Both have the same URLs)
Using apache2 userAgent settings, I redirected to the mobile site (Android and Iphone).
When it is redirected to the mobile site, I get below error:
Application Caching Error: Manifest Error (404)
test.manifest
CACHE MANIFEST
Example:
main site: www.example.com/
mobile site www.example.com/
www.example.com/test.manifest opens directly, but using redirection it gives a 404 error randomly.
Please suggest any solution.
source share