Essence for All

Home > 01-html一般 > Word 2007以降、Excel 2007以降、PowerPoint 2007以降のファイルを正常にダウンロード

Word 2007以降、Excel 2007以降、PowerPoint 2007以降のファイルを正常にダウンロード

.htaccessで MINEタイプの設定を

Addtype application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx
Addtype application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx
Addtype application/vnd.openxmlformats-officedocument.presentationml.presentation .pptx

本当はサーバー側でMINEタイプの設定をお願いしたところ
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




Powered by Movable Type