Ja das ist es: Module rewrite already enabled.
So sieht meine 000-default.conf Datei im Verzeichnis "sites-enabled" aus:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/ilias/
<Directory /var/www/html/ilias>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Als ich diese geändert habe hat sich auch der Aufruf über die Webadresse geändert, vorher 192.168.2.1/ilias nun nur noch die 192.168.2.1
Kann das sein das nun die Pfade nicht mehr passen?
So sieht meine 000-default.conf Datei im Verzeichnis "sites-enabled" aus:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/ilias/
<Directory /var/www/html/ilias>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Als ich diese geändert habe hat sich auch der Aufruf über die Webadresse geändert, vorher 192.168.2.1/ilias nun nur noch die 192.168.2.1
Kann das sein das nun die Pfade nicht mehr passen?