Display Error Messages in WordPress
By gilbitron in Other on 14/04/2009 at 04:04
Views: 849
Tagged: htaccess, wordpress
URL: http://webdevstudios.com/blog/how-to-display-error-messages-in-wordpress/
Starter:
Add the line of code below to the top of your .htaccess file in the root directory of your WordPress website. Remember to only use this technique to help troubleshoot errors and remove it as soon as you are done.
Main Course:
php_flag display_errors on
Expand Report Code | Install Coda Clip
Please log in to vote.
Compliments to the Chef
No comments yet...







