Whenever I have access to 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.
Is there any way to customize this error message or show a default page?
The site is in Wordpress and does not have .htaccess, however I can change the Apache settings directly.
I inserted the line
ErrorDocument 500 /error/erro500.html
and one more error appeared:
Additionally, to 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.