Amazon EC2 – How to make wp-config.php to writable?

Amazon EC2

try this :

sudo chmod 664 /opt/bitnami/apps/wordpress/htdocs/wp-config.php
sudo /opt/bitnami/ctlscript.sh restart apache

Leave a Comment