Hi all,
I just installed Wordpress Bitnami, via cloud launcher.
I have migrated my wordpress site, with the help of a plugin (WP-Migration)
I installed free SSL (I used a tutorial:
https://www.onepagezen.com/free-ssl-certificate-wordpress-google-cloud-bitnami/)
But I have an emergency alert on my wordpress. Some plugins such as "WP-Rocket" or "YOAST" require write permissions in wp-config.php
1 - I entered directly from the VM, clicking on ssh
2 - I go to folder cd /opt/bitnami/apps/wordpress/htdocs/
3 - Sudo su
4 - chmod +rw wp-config.php
5- ls -l
6 - restart
sudo /opt/bitnami/ctlscript.sh restart apache
but the problem, it's not solved.
I keep seeing the same notice in wordpress, some files need write permission at wp-config.php
What am I doing wrong? Can you help me?
thanks