Error Logs to Diagnose Error 500 in LAMP
You are using Apache for your http server,it will keep it owns logs for access & errors, depending on how you have it configured. By default Apache will probably use the following logs; /var/log/httpd/access_log /var/log/httpd/error_log or /var/log/apache2/access_log /var/log/apache2/error_log Log locations are in your Apache Config (/etc/httpd/). Check here for details. Using WP_DEBUG The WP_DEBUG flag … Read more