WordPress – White Screen of Death – due to permissions

Update from the site root:

e.g.:  /var/www/site

 


1
2
3
sudo find . -type f -exec chmod 664 {} +
sudo find . -type d -exec chmod 775 {} +
sudo chmod 660 wp-config.php