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...
https://www.czetsuyatech.com/2021/07/php-enable-logs-in-htaccess.html
htaccess file:
linux: .htaccess
windows: htaccess.txt
To enable logging using the htaccess file set the following values:
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