editing php.ini using .htaccess
can this be done? I need to change the upload_max_filesize to 2.5M
I tried creating an .htaccess file with the line:
upload_max_filesize = 2.5M;
but it didn't work. any suggestions?
here are the phpinfo() settings
I tried creating an .htaccess file with the line:
upload_max_filesize = 2.5M;
but it didn't work. any suggestions?
here are the phpinfo() settings
