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.

feita há um ano263 visualizações
1 Resposta
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
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas