You are viewing an old revision of this post, from April 10, 2018 @ 00:11:07. See below for differences between this version and the current revision.

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

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

Revisions

  • April 10, 2018 @ 00:11:07 [Current Revision] by PeterLugg
  • April 10, 2018 @ 00:11:07 by PeterLugg
  • April 9, 2018 @ 07:28:25 by PeterLugg

Revision Differences

There are no differences between the April 10, 2018 @ 00:11:07 revision and the current revision. (Maybe only post meta information was changed.)

Tags: ,

No comments yet.

Leave a Reply