On Wednesday 10 September 2003 11:46 am, Parker Morse wrote: > We've got a bunch of Excel files on our website. > > Apache is sending the mime type "application/x-gzip" for them, even > though the mime.types file shows "application/vend.ms-excel" for files > with an .xls extension. > > Where else should I be looking?
In your httpd.conf, find the place for AddType, and then you can your own definition like this: AddType application/vend.ms-excel .xls so it defined files with .xls extension to have that Mime type. Then restart apache. RDB -- Reuben D. Budiardja Department of Physics and Astronomy The University of Tennessee, Knoxville, TN ------------------------------------------------- -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list