Closed managingwholes closed 8 years ago
In the main page of the app:
<link rel="manifest" href="manifest.json">
shouldn't this be
<link rel="manifest" href="/app/manifest.json">
and likewise the link for the appcache?
never mind, I see that the doc root in the Apache config file is htdocs
In the main page of the app:
<link rel="manifest" href="manifest.json">
shouldn't this be
<link rel="manifest" href="/app/manifest.json">
and likewise the link for the appcache?