I'm doing the adaptation of a web page to OFFLINE that is inside a web app. I have created the .manifest file inside the public folder (the application is being developed in Laravel 5.2 .) Implemented in a local XAMPP server ), the problem appears just when I enter the page ... the following appears in the console:
Application Cache Error event: Manifest fetch failed (404) http://localhost/enketoadmin/public/buscarFormatos/1/page_manifest.manifest
the call to the file is made in the following way:
<html manifest="page_manifest.manifest">
What could be the problem? in advance thank you very much ...