remove bitnami banner in lightsail wordpress

0

I would like to remove the Bitnami "manage" banner that appears in the lower right of the front page of a Lightsail Wordpress site using ssh with letsencrypt. All of the instructions I have located suggest the following command (followed by apache restart) executed from the console:

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

However, there is no wordpress subdirectory in /opt/bitnami/apps and I am otherwise unable to locate bnconfig. What is the correct command or file edit that will remove this banner?

Thanks.

asked a year ago252 views
1 Answer
1

Are you able to find the following path to run the command? This documentation lists two commands with two different paths one of which is what you mentioned (and also missing).

Path

/opt/bitnami/wordpress/bnconfig

Command

sudo /opt/bitnami/wordpress/bnconfig --disable_banner 1 && sudo /opt/bitnami/ctlscript.sh restart apache
AWS
Taka_M
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions