diff --git a/public_html/.htaccess b/public_html/.htaccess index 128fdfc..597c781 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -1,5 +1,5 @@ php_flag session.auto_start Off php_flag display_errors Off php_flag log_errors On php_flag suhosin.session.encrypt Off -php_value error_log ../logs/errors +php_value error_log ../logs/errors.log diff --git a/public_html/api/.htaccess b/public_html/api/.htaccess index d8e752e..d9a9aa0 100644 --- a/public_html/api/.htaccess +++ b/public_html/api/.htaccess @@ -1,6 +1,6 @@ php_flag session.auto_start Off php_flag session.use_cookies Off php_flag display_errors Off php_flag log_errors On -php_value error_log ../../logs/errors +php_value error_log ../../logs/errors.log