I have tried several ways to serve my static resources from Plone with XDV:
- Putting the CSS and images in the Custom folder - files are 404 not found
- Serving them from Apache and setting the Absolute URL Prefix in the XDV config - works, but any other relatively URL'd links (e.g. PDF files in my content) get prefixed as well and therefore are 404 not found
- Setting browser:resourceDirectory - 404 not found
- Setting cmf:registerDirectory - 404 not found
Any suggestions? I've turned the log level to DEBUG but this doesn't give me any clues.