I need to be able to post errors for a single domain, preferably to log in the domains /www/logs directory.
Apparently one can do this using home/domainName/pubic_html/.htaccess, but I have been unable to.
I get Internal Server Error when trying the following:
php_value error_reporting 7
php_flag display_errors On
or
enable PHP error logging
php_flag log_errors on
php_value error_log /home/domainName/public_html/PHP_errors.log
I have included no other lines of code other than these.
Thanks for any clarification!
Apparently one can do this using home/domainName/pubic_html/.htaccess, but I have been unable to.
I get Internal Server Error when trying the following:
php_value error_reporting 7
php_flag display_errors On
or
enable PHP error logging
php_flag log_errors on
php_value error_log /home/domainName/public_html/PHP_errors.log
I have included no other lines of code other than these.
Thanks for any clarification!