Repair website permissions

chown www-data:www-data -R /var/www/wordpress
chmod -R 0777 /var/www/wordpress
find /var/www/wordpress -type f -print0 | xargs -0 chmod 0644
find /var/www/wordpress -type d -print0 | xargs -0 chmod 0755


Posted

in

by

Tags:

WordPress Appliance - Powered by TurnKey Linux