Skip to content

Instantly share code, notes, and snippets.

@tonyoconnell
Created April 10, 2012 13:11
Show Gist options
  • Select an option

  • Save tonyoconnell/2351252 to your computer and use it in GitHub Desktop.

Select an option

Save tonyoconnell/2351252 to your computer and use it in GitHub Desktop.
Reset File Permissions Magento
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chmod 550 mage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment