IE下載docx會變zip檔

轉貼自 http://163.20.124.8/~t301000/wordpress/?p=854

======================================================

當Web Server是apache時,用IE下載docx、pptx、xlsx檔可能會變成zip檔。

解決方法:

1、存檔時手動變更副檔名

2、修改mime.types(ob2d在/etc/mime.types),加入

  application/vnd.openxmlformats    docx pptx xlsx

3、修改httpd.conf或apache2.conf(ob2d在/etc/apaches/apache2.conf),加入

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

4、使用 .htaccess,加入

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

=======================================================

參考文章:http://blog.linym.net/archives/221

本篇發表於 技術文件。將永久鏈結加入書籤。