Hello,
I am having a strange problem with my php.ini file
I need to change the max upload to 20m so I loaded up my phpinfo file which is here http://www.i-f-m.com/testenv.php
I then looked and it said
Configuration File (php.ini) Path /usr/local/Zend/etc/php.ini
So I edited that file and changed
$upload_max_filesize = 2M
To
$upload_max_filesize = 20M
and saved
But when I load up phpinfo it is still saying 2m why is this?