I cleaned it up. Ill look for error logs, but usually dont have any messges worth anything in the error logs.
When I test for the 500 error, I access the website by:
When the expected 500 error happens, the browser points to:
instead of
Within the httpd.conffile I have tried a number of different lines such as
ErrorDoc 500 /500/http_500.html
or
But the only one that works is:
Any suggestions on how I can repair this and have the broswer point to the site and not the host?