How to enable php logs using .htaccess
htaccess file: linux: .htaccess windows: htaccess.txt To enable logging using the htaccess file set the following values: php_flag d...

linux: .htaccess
windows: htaccess.txt
To enable logging using the htaccess file set the following values:
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
Post a Comment