"NetworkError:找不到404"./style.ccs [英] "NetworkError: 404 Not Found" /style.ccs

查看:51
本文介绍了"NetworkError:找不到404"./style.ccs的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在萤火虫中遇到错误:

I'm getting an error in firebug:

找不到NetworkError:404-(已删除)/style.css"

"NetworkError: 404 Not Found - (removed)/style.css"

那是什么意思,我需要做什么?

What does that mean and what do I need to do?

谢谢!

推荐答案

HTTP 404的含义与它所说的完全一样-找不到文件.

HTTP 404 means exactly what it says -- File Not Found.

您在文档中的某处链接到(已删除)/style.css,并且该文件在服务器上不存在(名称错误,位置错误).您的代码中可能有一行如下所示:

Somewhere in your document, you are linking to (removed)/style.css, and that file doesn't exist (wrong name, wrong location) on the server. There is a line in your code probably like this:

<link rel="stylesheet" type="text/css" href="(removed)/style.css">

指向它,并且需要更改为指向该文件实际所在的位置.

pointing to it, and that needs to be changed to point to wherever that file is actually located.

更新:

将该行更改为< link href =(已删除)/wp-content/themes/imbalance2/style.css" rel ="stylesheet" type ="text/css"/>

这篇关于"NetworkError:找不到404"./style.ccs的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆