[Temporary workaround for the changes to url-prefix handing in STANDARD-WINDOW clinton@unknownlamer.org**20090206213915 Now I remember why prepending the url-prefix and making the stylesheet/js include paths absolute--when using customized urls that end up in subdirectories of the root. I need to come up with a tolerable solution to this, but in the name of keeping the site running... ] hunk ./src/web-frontend.lisp 98 - :stylesheet '("static/css/frontend.css") - :javascript '((:src "static/js/flashembed-0.34.js")) + :stylesheet '("/static/css/frontend.css") + :javascript '((:src "/static/js/flashembed-0.34.js"))