-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy path508.html
More file actions
24 lines (21 loc) · 693 Bytes
/
Copy path508.html
File metadata and controls
24 lines (21 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/_errors/main.css"/>
<title>Error 508 - %{HOSTNAME}</title>
<style>
html{
background-color: #f1c40f;
}
body{
color: #fefefe;
}
</style>
</head>
<body>
<div class="error-middle">
<h1>Error 508 - Loop Detected</h1>
<p>The 508 (Loop Detected) status code indicates that the server terminated an operation because it encountered an infinite loop while processing a request with "Depth: infinity". This status indicates that the entire operation failed.</p>
</div>
</body>
</html>