I am using Wordpress to create some content that can only be accessed by subscribers. I have created a page in WP in which I paste my HTML, but need to place the remaining content (e.g. javascript, images etc) in a separate folder.
I have updated the following lines in the HTML to reflect the redirection:
<html manifest="/uploads/TPDemo/offline.appcache">
<script src="/uploads/TPDemo/jquery-2.0.0.min.js"></script>
<script src="/uploads/TPDemo/c2runtime.js"></script>
However the page is failing to load any of the images - showing a 'Failed to load resource: the server responded with a status of 404 (Not Found)' error
Yet using the chrome resources tool, the Application Cache is showing them as present!
Any ideas or experience gratefully received