Hi,
I have set in my .htaccess file
php_flag error_reporting 2047
to prevent error output to users.
However, in some selected scripts I want to allow errors to be shown.
I tried several things but I never get the combination done.
How can I generally remove the reports and only allow it for special files
by putting an instruction directly into the respective file?
thanks
Oliver
I have set in my .htaccess file
php_flag error_reporting 2047
to prevent error output to users.
However, in some selected scripts I want to allow errors to be shown.
I tried several things but I never get the combination done.
How can I generally remove the reports and only allow it for special files
by putting an instruction directly into the respective file?
thanks
Oliver
Comment