I want to know if there is a way to turn of php notice error reporting for an entire site running in IIS and windows? I understand I could turn it off in my .ini file, but that would turn it off for every php site on the server. I also know I could turn it off using the error_reporting function, but I'd have to put that on every page. Is there a way I can just turn this off for the entire site, but only one site?