php - Upload error 500 when using flash to upload -
i've been trying configure uploading , i've been getting error 500.
i'm running server on apache2 php5+ installed. i'm curious why keep getting error.
i added these commands try fix it, nothing has worked yet.
<ifmodule mod_security.c> secfilterengine off secfilterscanpost off </ifmodule> <ifmodule mod_php5.c> php_value upload_max_filesize 1000m php_value post_max_size 1000m </ifmodule>
i looked @ solution don't know module command it,
secruleengine off
secrequestbodyaccess off
note: added .htaccess file
a 500 should put useful in /var/log/apache2/error.log
Comments
Post a Comment