Skip to content

Instantly share code, notes, and snippets.

@michaelaguiar
Created February 12, 2014 21:34
Show Gist options
  • Save michaelaguiar/8965000 to your computer and use it in GitHub Desktop.
Save michaelaguiar/8965000 to your computer and use it in GitHub Desktop.
Fix Wordpress Permissions
find ~/public_html -type d -exec chmod 755 {} \;
find ~/public_html -type f -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment