I'm trying to set up a webserver (Apache 2.4 on Windows 10) for a CSP application on a Cache which is not running on the same Computer.
My Problem is that in the csp-pages there is a declaration:
<link rel="stylesheet" type="text/css" href="/jbsscan/stylesheets/style.css"></link>
<script language="JavaScript" type="text/javascript" src="/jbsscan/javascript/javascriptScanner.js"></script>
When I access the csp pages the stylesheet and javascript file are missing, in the http trace of the csp gateway I see that there is a 404 for these files. So obviously the files are in the wrong place, but w






