Enhancing Skills

Category: Config

Bitnami WordPress file max size.

To change the maximum upload file size in WordPress, you can add code to the .htaccess file or wp-config.php file or edit the php.ini file. It’s not recommended to change the WordPress max upload file size via .htaccess file. Instead, we will focus on a change to the wp-config.php file […] Read more »

Bitnami WordPress add upload file extensions

To add file extensions “properties” and “CSV” to the list of valid uploaded file types in a Bitnami WordPress container running on Docker, you can follow these steps: Replace “CONTAINER_NAME” with the name or ID of the running container. The first line enables unfiltered uploads, allowing all file types to […] Read more »