Skip to content

Instantly share code, notes, and snippets.

@realph
Created November 12, 2013 17:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save realph/7435131 to your computer and use it in GitHub Desktop.
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
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