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.

已提问 1 年前263 查看次数
1 回答
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
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则