Hi i not have access to php.ini and i use this post How to log errors and warnings into a file?
i have 23 file and 47 sub directory in public_html
i want Anywhere happening error or warning all errors write in public_html/my_error.log
but now i have in any sub directory a error.log file
i try this code but this only change name log erors files in public_html and sub directory
<IfModule mod_php5.c>
php_flag log_errors on
php_value error_log ./path_to_MY_PHP_ERRORS.log
</IfModule>
thanks