Hi. I'm trying to set Content-type and content-disposition using mod_headers but it's only partly working: RewriteRule sesp-apprv.csv$ - [E=SESP_CONT_DISP:Yes] Header always set Content-Type "application/ms-excel" env=SESP_CONT_DISP Header always set content-disposition "attachment; filename=sesp-apprv.csv" env=SESP_CONT_DISP The content-disposition is being set but not Content-Type. If I substitute the Content-Type line with something like: Header always set BLAH "application/ms-excel" env=SESP_CONT_DISP I'll get a BLAH field set in the response headers. Is it impossible to set the Content-Type? Any suggestions? Thanks, Paul --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx