Unter Linux
# für Dateien
find . -type f -exec chmod 644 {} \;
# für Verzeichnisse
find . -type d -exec chmod 755 {} \;
Im WordPress Verzeichnis ausführen
Unter Linux
# für Dateien
find . -type f -exec chmod 644 {} \;
# für Verzeichnisse
find . -type d -exec chmod 755 {} \;
Im WordPress Verzeichnis ausführen