Cerca

Impostare le pagine di errore:

ErrorDocument 403 /Netlogo/app/error.html
ErrorDocument 404 /Netlogo/app/error.html
ErrorDocument 404 /error.html
ErrorDocument 500 /error.html
ErrorDocument 502 /error.html
ErrorDocument 503 /error.html
ErrorDocument 504 /error.html

Esempio di pagina di errore:

<html>
    <head>
        <title>
        	Nome del sito
        </title>
    </head>
    <body>
        <h1 style="text-align: center;margin:100px">Nome del sito</h1>
        <hr/>
        <h2 style="color:red;text-align: center;">
        Il servizio non e' momentaneamente raggiungibile. <br/>
        Ci scusiamo per il disagio.
        </h2>
        <hr/>
    </body>
</html>
Indietro