WebSite X5Help Center

2 ANSWERS
Claudio D.
Claudio D.
Moderator

la pagina 404 di website funziona SOLO in presenza di Host Linux/Apache...

vedo che tu sei su host Windows...

quindi lì devi fare tu a manina modificando il file web.config

Read more
Posted on the from Claudio D.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

eventualmente il codice da inserire sul web.config è questo:

<httpErrors existingResponse="Replace" errorMode="Custom">
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" prefixLanguageFilePath="" path="https://www.nomesito.it/pagina404.html" responseMode="Redirect" />
</httpErrors>

Read more
Posted on the from Giancarlo B.