Wordpress Dateirechte per Terminal ändern
Terminal öffnen cd /Applications/Xampp/htdocs/projektordner dann sudo find . -type f -exec chmod 664 {} + sudo find . -type d -exec chmod 775 {} + sudo chmod 660 wp-config.php