How to remove PHPMyadmin from Apache Bitnami Wordpress
engineering
July 18, 2020
Rez Moss
@rezmos11- Connect to the server through SSH.
2- Remove the line below from /opt/bitnami/apache2/conf/bitnami/bitnami-apps-prefix.conf:
Include "/opt/bitnami/apps/phpmyadmin/conf/httpd-prefix.conf"
3- restart Apache by:
sudo /opt/bitnami/ctlscript.sh restart apache