Increasing file size upload (NOT php, and already tried to edit .htaccess)
-
I changed my php.ini upload and post values. I’m sure that part’s fine.
I’ve seen where editing the .htaccess file with:
php_value upload_max_filesize 30M php_value post_max_size 30M php_value memory_limit 30M
Should allow me to increase the upload size limit, but when I add it, I get a 500 error. I’d tried adding it with the existing code, and I’ve deleted everything else on the .htaccess file and included only the above code. Still a 500 error.
Anyone?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Increasing file size upload (NOT php, and already tried to edit .htaccess)’ is closed to new replies.