I did it! I didn't use mod_rewrite (I've never managed to learn how to
use this module), just mod_proxy. It can also serve static content. My
mistake was using "/static/css/blah.css" in my templates, instead of
"static/css/blah.css" (notice the initial '/' missing). Although I
don't know *why* it didn't work with an absolute path. When using
dev.cfg, it worked like a charm. :/

Reply via email to