largesse1:
I followed the option that advised creating a configure.php file to show the errors on the webpage. I discovered a syntax error in the includes/configure.php file. :blush:
largesse1:
I corrected the error and now text is showing on the page.:clap: Unfortunately the text indicates that I have a 500 Internal Server Error. :(:blink:
largesse1:
The error logs on my host's server are found below. Would you have any idea regarding a resolution? As always, all suggestions are welcome and appreciated.
[Sun Mar 27 21:13:15 2011] [error] [client 69.253.8.129] File does not exist: /home/drea2221/public_html/404.shtml
[Sun Mar 27 21:13:15 2011] [error] [client 69.253.8.129] File does not exist: /home/drea2221/public_html/favicon.ico
Those are harmless, and they're the logs from apache directly.
But, if your server's security system is complaining about something, such as the mod_security feature, then that system's error logs will need to be consulted to see what's actually triggering the server to reject things.
The reason the "500" error is so vague is because if it told the actual issue to you in your browser, then a hacker could use the info to figure out how to work around security things, and thus leave you vulnerable. It's the same reason why Zen Cart doesn't show actual PHP errors on-screen, but instead logs them to a file, and just shows a blank page instead.