Edit the wp-config.php file and add:
define(‘FS_METHOD’, ‘direct’)
Changing the owner will stop the prompt, but will sometimes break customization and previews. DO NOT do:
cd /var/www/html/siteFolder
sudo chown -R www-data:www-data *
Edit the wp-config.php file and add:
define(‘FS_METHOD’, ‘direct’)
Changing the owner will stop the prompt, but will sometimes break customization and previews. DO NOT do:
cd /var/www/html/siteFolder
sudo chown -R www-data:www-data *