I need some help please. I saw that you can put images (png, gif, jpg) into the static folder at then the web server serve this files out of this folder. I want to create a subfolder "js" and a subfolder "lsp" and put some Javascript and some Lisp-Files into this folders. localhost:8080/js/ascript.js
localhost:8080/lsp/alisp.lsp I does not work. Why? |