> The only approach I've found that works is to
> stick a header("Content-type: text/css") at the top of my css files, which
> is inconvenient to say the least. Anyone have a solution for this?Most of those *type directives only apply when apache serves a static file by that name. If you're generating it from fcgi, you have to issue the content-type yourself. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
