Accorder les bonnes permissions à wordpress
·22 mots·1 min
chown -R www-data:www-data ./
find ./ -type d -exec chmod 755 {} +
find ./ -type f -exec chmod 644 {} +
chown -R www-data:www-data ./
find ./ -type d -exec chmod 755 {} +
find ./ -type f -exec chmod 644 {} +