Skip to content

Instantly share code, notes, and snippets.

@buttreygoodness
Created March 6, 2015 15:11
Show Gist options
  • Save buttreygoodness/a0f98d000e21a7a721df to your computer and use it in GitHub Desktop.
Save buttreygoodness/a0f98d000e21a7a721df to your computer and use it in GitHub Desktop.
Wordpress localhost FTP
$ cd /Users/<username>/Sites
$ sudo chown -R :_www wordpress
$ sudo chmod -R g+w wordpress
and then add following in wp-config.php
define('FS_METHOD', 'direct');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment