htaccess and file upload limits

Discussion in 'General' started by chaloum, Apr 10, 2012.

  1. chaloum

    chaloum New Member

    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?
     
  2. chaloum

    chaloum New Member

Share This Page