pptxなどをweb siteに置く場合

web site に パワーポイント,ワード,エクセルなどの Office 2007 ファイル (拡張子 .pptx, .xlsx, .docx) のものを置いておくと,ダウンロードする時に zip ファイルとなってしまう.これを防ぐには, .htaccess に以下の記述を書いておけば良い.

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