Hi @megano
Thanks for sharing file. I have been looking through the report generated by the tool and the configuration of your instance does not match the steps described in the guide/post:
apps/wordpress/htdocs/wp-config.php
:
<?php
/**
* The base configuration for WordPress
*
...
However, you should have something like this as per the guide:
<?php
+ /** This will enable Wordpress' multisite feature */
+ define('WP_ALLOW_MULTISITE', true);
/**
* The base configurations of the WordPress.
*
I couldn't either find any block similar to this:
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
define( 'DOMAIN_CURRENT_SITE', '127.0.0.1' );
define( 'PATH_CURRENT_SITE', '/wordpress/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
/* That’s all, stop editing! Happy blogging. */
Furthermore, the apps/wordpress/conf/htaccess.conf
file does not contain any modifications. Could you please check the thread again? I've been able to spin up a Multisite instance using those instructions 
https://community.bitnami.com/t/how-can-i-enable-wordpress-multisite/47708/2?u=jcarmona
Best regards,
Jose Antonio Carmona
Was my answer helpful? Click on 