Answers for "remove bitnami banner from wordpress website"

1

remove bitnami banner wordpress

sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1

If you’re using Apache, execute the command below:

sudo /opt/bitnami/ctlscript.sh restart apache

If you’re using NGINX, execute the command below:

sudo /opt/bitnami/ctlscript.sh restart nginx
Posted by: Guest on July-22-2020

Code answers related to "remove bitnami banner from wordpress website"

Browse Popular Code Answers by Language