我在谷歌搜索但无法获得解决方案。
当我处理我的项目时,现在firebug显示4个类似的错误。
"NetworkError: 404 Not Found - http://localhost/LankaInstitute/images/profile.jpg"
profile.jpg
"NetworkError: 404 Not Found - http://localhost/LankaInstitute/images/premium-%20tag.png"
premium- tag.png
"NetworkError: 404 Not Found - http://localhost/LankaInstitute/images/profile.jpg"
profile.jpg
"NetworkError: 404 Not Found - http://localhost/LankaInstitute/images/premium-%20tag.png"
premium- tag.png
"CSS Usage: initializing extensions"
"NetworkError: 404 Not Found - http://localhost/LankaInstitute/images/profile.jpg"
profile.jpg
"NetworkError: 404 Not Found - http://localhost/LankaInstitute/images/premium-%20tag.png"
premium- tag.png
"NetworkError: 404 Not Found - http://localhost/LankaInstitute/images/profile.jpg"
profile.jpg
"NetworkError: 404 Not Found - http://localhost/LankaInstitute/images/premium-%20tag.png"
premium- tag.png
"CSS Usage: initializing extensions"
"NetworkError: 404 Not Found - http://localhost/LankaInstitute/images/premium-%20tag.png"
premium- tag.png
"NetworkError: 404 Not Found - http://localhost/LankaInstitute/images/profile.jpg"
任何人都可以告诉我这是什么意思,我该如何解决这个问题?
谢谢。
答案 0 :(得分:2)
404或Not Found错误消息是HTTP标准响应代码,表示客户端能够与服务器通信但服务器无法找到所请求的内容。 404错误不应与“未找到服务器”或类似错误相混淆,其中根本无法与目标服务器建立连接。另一个类似的错误是“410:Gone”,这表示所请求的资源已被故意删除,并且将无法再次使用。 404错误表示所请求的资源将来可用。 当通过HTTP进行通信时,服务器需要响应请求,例如Web浏览器对HTML文档(网页)的请求,带有数字响应代码和可选,强制或不允许(基于状态代码)信息。在代码404中,第一个“4”表示客户端错误,例如错误输入的URL。以下两位数字表示遇到的具体错误。 HTTP使用三位代码类似于在早期协议(如FTP和NNTP)中使用此类代码。
你可以找到如何在here修复错误,请检查png图像是否在corrct文件夹中