find . -type d -exec chmod 755 {} \\;
find . -type f -exec chmod 644 {} \\;
chmod -R 775 pp-external/media pp-content/plugins pp-content/themes
chmod 775 .

