Fix file & Directory Permissions for a PHP Website running as a FastCGI Application Uncategorised Jun 18, 2013 / 0 Comments find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \;