I've got an issue where some sites need the have a greater file upload limit than the default 2mb I've added these lines the to the htaccess file php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 1200 php_value max_input_time 1200 and in ISPconfig .htaccess AllowOverride is set to All But It seems to ignore the settings. Is there something else I need to do?
Dont worry I've sorted it out from a previous post http://www.howtoforge.com/forums/showthread.php?t=56787