Skip to content

Instantly share code, notes, and snippets.

@rkjha
Created August 28, 2014 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkjha/8cba474cb94bb34aa9fd to your computer and use it in GitHub Desktop.
Save rkjha/8cba474cb94bb34aa9fd to your computer and use it in GitHub Desktop.
wordpress-file-permission-problem
sudo chown www-data:www-data * -R
sudo usermod -a -G www-data username
sudo chmod -R g+rw *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment