1
Whenever having access a URL that does not exist on my site, this error appears
The server encountered an Internal error or misconfiguration and was Unable to complete your request.
Have any way to customize this error message or show a default page?
The site is in Wordpress and does not have . htaccess, but I can change Apache settings directly.
I inserted the line
ErrorDocument 500 /error/erro500.html
and one more mistake appeared:
Additionally, a 500 Internal Server Error was encountered while trying to use an Errordocument to Handle the request.
"Additionally, a 500 Internal Server Error was encountered while trying to use an Errordocument to Handle the request." - That is to say, there was yet another error within your error handling process. :(
– Victor Stafusa