HTTP Error 500 Internal server Problem for php pages
Internal server error” error message when a user tries to access your Apache or Lighttpd based dynamic php application enerally, to solve this problem we need to take help of log files located at following location: => /var/log/message => /var/log/httpd/error_logs (/var/log/lighttpd/error_log or /var/log/httpd/error_log) This error only occurs because of web server software. However after looking […]