I have just moved servers and I used to have my php setup so I could put specific php.ini files in directories to apply additional settings. However these files are now ignored and only the default php.ini file is read. Where is the setting I need to change to get it back to reading local directory php.ini? Thanks
I didn´t know myself but guess what.. Google did => http://bytes.com/topic/php/answers/515554-using-local-php-ini-files if you have access to edit Virtual hosts add this <VirtualHost 1.2.3.4:80> .................. PHPINIDir "/var/www/web1" .............................. </VirtualHost> but change it to the path wheer you want it..