docx、xlsx、pptx等のファイルをApacheで運用しているWebサイトからダウンロードしようとすると、拡張子がzipに変換されてしまう。
これを回避するためには、httpd.confに下記記述を追加する。
AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx
AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx
AddType application/vnd.openxmlformats-officedocument.presentationml.presentation .pptx