HEX
Server: nginx/1.30.4
System: Linux d-twindigital-web-1.host-ed.eu 4.18.0-553.141.2.el8_10.x86_64 #1 SMP Wed Jul 8 10:28:18 EDT 2026 x86_64
User: u_twindigital_html (1009)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /var/www/error_pages/error.html
<!DOCTYPE html>
<html lang="nl">
<head>
    <meta charset="UTF-8">
    <title>HPW error page</title>
    <style>
        body { font-family: sans-serif; background: #f4f4f4; color: #303d69; margin: 0; padding: 0;}
        .centered { display: flex; width: 100vw; height: 100vh; justify-content: center; align-items: center; }
        .error-container { background: #fff; border-radius: 8px; margin: 0 auto; width: 400px; padding: 30px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-top: 9px solid #88ba39; }
        h1 { text-align: center; margin: 0; color: #ff6517; }
        table { margin: 30px 0; }
        .info { margin: 20px 0; font-size: 1.1em; }
        td:first-child {padding-right: 10px;}
        .footer { margin-top: 30px; font-size: 0.8em; color: #777; border-top: 1px solid #eee; padding-top: 15px; font-family: monospace; }
    </style>
</head>
<body>
    <div class="centered">
        <div class="error-container">
            <h1>An error occured:</h1>
            <table>
                <tr>
                    <td>Code:</td>
                    <td><strong><!--# echo var="status" default="" --></strong></td>
                </tr>
                <tr>
                    <td>Description:</td>
                    <td><strong><!--# echo var="error_status_msg" default="Unknown error" --></strong></td>
                </tr>
                <tr>
                    <td>Trace ID:</td>
                    <td><strong><!--# echo var="request_id" default="Unknown" --></strong></td>
                </tr>
            </table>
        </div>
    </div>
</body>
</html>