Bitnami WordPress file max size.
May 6th, 2023 5:17 PM Mr. Q Categories: Config
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
May 6th, 2023 4:02 PM Mr. Q Categories: Config
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 »