Hi,
I'm running a system on wordpress that allows me to download large zip files (up to 780M).
Until now I was on ISPConfig and to allow this I used the following queries.
for custom php.ini settings :
Max_execution_time = 6000000;
Upload_max_filesize = 500M;
Post_max_size = 500M...