阿里云虚拟主机不支持MP4格式文件,网页视频打不开

在网站的根目录下添加web.config文件,文件内容如下:

<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=”.mp4″ mimeType=”video/mp4″ />
</staticContent>
</system.webServer>
</configuration>

转:https://blog.csdn.net/sndongcheng/article/details/78296338

此条目发表在 服务器 分类目录。将固定链接加入收藏夹。

评论功能已关闭。