讓 IIS 可以開啟開放格式檔
讓 IIS 可以開啟 open office 檔案,因為 IIS 不認識這些格式,所以只要在 MIME 增加這些類型
[open office]
'odt' => 'application/vnd.oasis.opendocument.text',
'ods' => 'application/vnd.oasis.opendocument.spreadsheet',
'odp' => 'application/vnd.oasis.opendocument.presentation',
參照:http://sshes-mis.blogspot.tw/2013/04/mime.html