Finally.. successfully migrate Multisite SUB-FOLDER using this awesome plugins with Bitnami
Key steps:
– Choose bitnami single installation (not bitnami multisite)
– Install then move installation to root
– Delete htdocs contents
– Copy paste Duplicator installer.php + .zip data into htdocs folder
– Run deployment and make sure offline site running well
– Change servername & serveralias file in C:\Bitnami\wordpress-4.0-1\apps\wordpress\conf\httpd-vhosts.conf to asterisk to accept all server
– Add lines at the bottom of file C:\Windows\system32\drivers\etc\host with
127.0.0.1 domainnamemapped1.com
127.0.0.1 domainnamemapped2.com etc
– Go to Network Admin dashboard > Settings > Domain Mapping and change Server IP Address to 127.0.0.1 dan click Save
– Go to database (https://localhost/phpmyadmin/) and check wp_site and wp_blogs table to match localhost server (127.0.0.1/yourblog)
– Good luck and sorry for my poor english ??