我在外部webhoster(Strato)上运行一个网站。我的用户(包括我在内)有时会收到404错误,
这只是随机的(估计500中有1个)。有谁知道这可能是什么?我使用的是PHP 7.2.15。
错误站点的代码:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /url.php was not found on this server.</p>
</body></html>