Hi I need to upload large files to a wordpress instalation, when I edit the wsuper-cache .htaccess in my root, its give to me an 500 internal error. this is what i need to add to the wsuper-cache .htaccess:
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
thanks for your time in advance.