Blog Disable newrelic for PHP site via .htaccess by babulJanuary 2, 2014January 2, 2014 <IfModule mod_php5.c> php_flag newrelic.enabled off </IfModule>
Thanks Babul. This info is harder to find than I expected!
I thought the same thing ;) Glad it was helpful!
Awesome stuff, I plan to test this today ;)
Indeed, very hard to find elsewhere!