Einschalten von Rewrite im Apache für Drupal
$ sudo nano /etc/apache2/sites-available/000-default.conf
<Directory "/var/www/html">
AllowOverride All
</Directory>
$ sudo /etc/init.d/apache2 force-reload
Tags: Apache Drupal10