我最近搞了一个网站,有404错误

我最近搞了一个网站,里面有index.html但是访问了网址,是这样的:

Not Found
The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

想问一问怎样解决

404表示访问的url不存在
可能原因:
1- 访问路径写得不正确
2- 服务可能没有启动。
3- 请求端口写得不正确,http请求访问时不指定端口默认是80端口。

404,审核未过

你请求的url是啥?

感谢大家,问题已经解决了:)