notfound.html 429 Bytes
Newer Older
1 2 3 4 5
<html>
<head>
  <title>Instance not found</title>
</head>
<body>
6 7 8 9 10 11 12 13 14 15 16 17
<h1>The instance has not been found</h1>
<p>The reasons of this could be:</p>
<ul>
<li>the instance does not exists or the URL is incorrect
<ul>
<li>in this case please check the URL
</ul>
<li>the instance has been stopped
<ul>
<li>in this case please check in the SlapOS Master if the instance is started or wait a bit for it to start
</ul>
</ul>
18 19
</body>
</html>