问题描述
我使用Bitnami安装了WordPress,现在在该WordPress网站页面的右下角有Bitnami横幅.如何删除它?
I installed WordPress using Bitnami and now I have the Bitnami banner in the lower right corner of the page on that WordPress site. How can I remove it?
推荐答案
运行bnconfig脚本引发了一个错误,它没有工作,最后我发现的工作是: https://community .bitnami.com/t/cannot-remoe-the-bitnami-info-banner-for-a-wordpress-multisite/29988
Running the bnconfig script threw an error, it didn't work, what did work at last I found is this:https://community.bitnami.com/t/cannot-remoe-the-bitnami-info-banner-for-a-wordpress-multisite/29988
因此,请对此行添加注释(在开头添加#)或将其删除:
包括"/opt/bitnami/apps/wordpress/conf/banner.conf"
So, comment this line (add # at the beginning) or delete it:
Include "/opt/bitnami/apps/wordpress/conf/banner.conf"
在文件中
/opt/bitnami/apps/wordpress/conf/httpd-app.conf
in file
/opt/bitnami/apps/wordpress/conf/httpd-app.conf
这篇关于如何删除WordPress网站上的bitnami横幅?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!