Personalització pàgines d'error
Pàgines error #
- Podeu veure el manual oficial https://httpd.apache.org/docs/2.4/custom-error.html
- Format
- Si poses url es redirigeix allà
- Si poses frase surt aquella
ErrorDocument <3-digit-code> <action>
- exemple:
ErrorDocument 500 "Sorry, our script crashed. Oh dear"
ErrorDocument 500 /cgi-bin/crash-recover
ErrorDocument 500 http://error.example.com/server_error.html
ErrorDocument 404 /errors/not_found.html
ErrorDocument 401 /subscription/how_to_subscribe.html