artursudnik/webpagetest-monitor/master/.htaccess
php_flag log_errors on
php_value error_reporting 32711
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_value docref_root http://www.php.net/manual/en/
php_value docref_ext .php
AddDefaultCharset UTF-8
<IfModule mod_headers.c>
Header unset ETag
<FilesMatch ".(php|html|htm)$">
Header set X-UA-Compatible IE=edge
</FilesMatch>
</IfModule>
Files
