原文 使用批处理给IIS添加MIME类型 @echo off set /p warn="警告:本脚本会清空全部站点原有MIME类型,输入y按回车继续,直接回车退出:" if "%warn%" neq "y" exit echo wait... %systemdrive% cd %systemdrive%\inetpub\adminscripts adsutil.vbs set w3svc/MimeMap .sis,application/vn…
# This file maps Internet media types to unique file extension(s). # Although created for httpd, this file is used by many software systems # and has been placed in the public domain for unlimited redisribution. # # The table below contains both regi…