Yes I mean the php.ini but I am talking about placing one locally inside the forum directory so just the forum would use php5.4..
I do not have access to the server to change the config.
Windows does not use htaccess.. Otherwise I would just use it to use the correct version of php.
In the past 10 or 15 years i have worked on Windows server maybe 5 times.
Thanks
This will work on Windows server?
PHP Code:
<VirtualHost 192.168.56.78> ServerName www.myvhost3.com DocumentRoot "/path/to/vhost3/" ... <IfModule PHP_MODULE> php_flag newrelic.enabled off </IfModule> </VirtualHost>