Created
March 6, 2015 15:11
-
-
Save buttreygoodness/a0f98d000e21a7a721df to your computer and use it in GitHub Desktop.
Wordpress localhost FTP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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