blob: 9c8065b3e300894f87b8d80f476db9a806a473bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
title: '404'
slug: Glossary/404
tags:
- Glossary
- HTTP Error
- Infrastructure
translation_of: Glossary/404
---
<p>404 merupakan Standard Kode Respon yang berarti bahwa {{Glossary("Server", "server")}} tidak dapat menemukan resource yang diminta.</p>
<h2 id="Belajar_lebih_lanjut">Belajar lebih lanjut</h2>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Response_codes">list of HTTP response codes</a></li>
<li><a href="https://developer.mozilla.org/en-US/Learn/Checking_that_your_web_site_is_working_properly">advice for beginners on avoiding 404 errors</a></li>
</ul>
|