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

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

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


猜你喜欢

转载自blog.csdn.net/sndongcheng/article/details/78296338