码迷,mamicode.com
首页 > Web开发 > 详细

解决网页出现 net::ERR_ABORTED 404 (Not Found)问题

时间:2018-11-28 12:33:55      阅读:519      评论:0      收藏:0      [点我收藏+]

标签:配置文件   ted   webserver   mime   iis   文件   move   技术分享   err   

1、在web.config配置文件中添加woff字体的MIME类型

在Web.config中的system.webServer节点添加

<staticContent>

<remove fileExtension=".woff" />

<mimeMap fileExtension=".woff" mimeType="font/x-font-woff" />

</staticContent>

2、在IIS中添加woff字体的MIME类型

技术分享图片

参考:https://shiyousan.com/post/635398568799806827

解决网页出现 net::ERR_ABORTED 404 (Not Found)问题

标签:配置文件   ted   webserver   mime   iis   文件   move   技术分享   err   

原文地址:https://www.cnblogs.com/sunshine-zhouqin/p/10030179.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!