Think this is Apache 2.4 change not zammad.
You need to modify directory tag under
/etc/apache2/apache2.conf
<Directory /opt/zammad/public>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
Think this is Apache 2.4 change not zammad.
You need to modify directory tag under
/etc/apache2/apache2.conf
<Directory /opt/zammad/public>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>