Allows correct read/write  access to folders to which Apache should have access

find . -type d -exec chmod 755 {} +
find . -type f -exec chmod 644 {} +
chown -Rf www-data:www-data *