IE 下載 Office 2007 檔案變成 zip

六月 18th, 2008

如果您的 Web Server 是採用 Apache,那有可能使用 Internet Explorer 下載 Office 2007(docx、ppts、xlsx...) 檔案的時候,會發現副檔名自動變成 .zip,有以下解決方法(擇一即可):

一、修改 mime.types 檔案
加入:

application/vnd.openxmlformats    docx pptx xlsx

二、修改 httpd.conf 檔案
加入:

AddType  application/vnd.openxmlformats  .docx .pptx .xlsx

三、使用 .htaccess
加入:

AddType  application/vnd.openxmlformats  .docx .pptx .xlsx

參考文章:Office 2007 MIME types for Apache

Linux, Windows, 系統筆記 , ,