Hello,
Does anyone know how to turn full error logging on via .htaccess? Would putting flags like this into htaccess.txt and then re-naming it work?
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
php_value error_log /home/path/public_html/domain/PHP_errors.log
Thanks
Full Error Logging - Help
-
- A semi-regular
- Posts: 23
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Sep 27, 2011 7:16 am
Re: Full Error Logging - Help
Placing a .htaccess file with this type of content would work for displaying the errors you'd like to see. Please ensure you use the correct path to the file you'd like to log to, or you may get an internal server error when you place the file on the site.