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.

gefragt vor einem Jahr264 Aufrufe
1 Antwort
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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen