11 November
2019
Removing the Bitnami bannner image
On a new install of WordPress on Bitnami, you’ll have a small little banner image displayed in the lower right corner of your webpage.
To remove it, you can find instructions in Bitnami’s online documentation. https://docs.bitnami.com/aws/how-to/bitnami-remove-banner/
To remove the banner link you can complete these steps:
- Log in to into your server console using SSH and execute the following command.
sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1
- If you get the response: “command not found”. Try using this command instead and it should work.
sudo /opt/bitnami/apps/wordpress/bnconfig.disabled --disable_banner 1
- Restart the Web server.
- If you’re using Apache, execute the command below:
sudo /opt/bitnami/ctlscript.sh restart apache
- If you’re using Apache, execute the command below: