Created
November 12, 2013 17:31
-
-
Save realph/7435131 to your computer and use it in GitHub Desktop.
Give WordPress directories a permission level of 775 and files a permission level of 664. Stolen from the great Pontus Abrahamsson over on WP Stack Exchange. http://wordpress.stackexchange.com/questions/57166/ftp-credentials-on-localhost
This file contains hidden or 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 /wherever/sites/the-site | |
sudo chown -R _www wordpress-folder | |
sudo chmod -R g+w wordpress-folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment