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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ