Hello Everyone,
I’m looking to increase the default file size from 2MB to 6MB. Can you please direct me to where I can make this change?
I tried making the following change to the .htaccess file but received a Server 500 error.
php_value memory_limit = 10M
php_value post_max_size = 8M
php_value upload_max_filesize = 6M
PHP Version - 7.4.3-4ubuntu2.18
Concrete Version - Core Version - 9.1.1
1 Like
Hi @ifiboy - if you got a 500 that probably means your syntax was incorrect for modifying the .htaccess file.
If the host uses cPanel or something along those lines, you might just find where the php.ini is managed and update it there. Or just reach out to their support to guide you on this process.