Problem: in dietpi wordpress können keine dynamischen Permalinks gesetzt werden.
Lösung: cd /etc/apache2 -> nano apache2.conf -> AllowOverride All + Require all granted
Den Abschnitt so ändern!
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>