Ms7 Search
Google 搜尋 翻譯
calendar
« 四月 2026 »
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
近期文章
文章分類
網站連結
Syndicate

讓 IIS 可以開啟開放格式檔

2016-05-31 @ 20:24 in 學校網頁

讓 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

引用

引用本文的文章標題:讓 IIS 可以開啟開放格式檔