Update WordPress wp-config.php with FTP details to allow easy updates

define('FS_METHOD', 'ftpext');
define('FTP_HOST', 'host');
define('FTP_USER', 'username');
define('FTP_PASS', 'password');
define('FTP_BASE', '/path/to/public/html/');

Revisions

Tags: ,

No comments yet.

Leave a Reply