amazon EC2 - How to make wp-config.php to writable? amazon EC2 - How to make wp-config.php to writable? wordpress wordpress

amazon EC2 - How to make wp-config.php to writable?


The enable it please follow the following Code

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

Good luck


Your FTP user doesn't have write permission to the folder.

you can add this line to your wp-config.php

define('FS_METHOD','direct');

assign wordpress folder bitnami:daemon and assign 775 permission

sudo chown -R bitnami:daemon wordpressfoldersudo chmod -R 775 wordpressfolder