My webpage is putting 500 internal server errors, I have turned on E_ALL for error reporting in php.ini, and Httpd has been restarted I have also used error_reporting (E_ALL)
and error_reporting (-1)
but there is no luck yet. Any suggestions?
OS: CentOS5.5 PHP: 5.2.6 HTTPD: Apache / 2.2.3
A 500 internal server error is usually caused by a problem in your Apache configuration files, this is usually nothing to do with your actual PHP scripts. For example, check your .htaccess file for your server logs, and if you can, then post the errors listed here as part of your question so that we can assess your exact problem.
Comments
Post a Comment