
Hallo Christian,
erstmal sorry, dass die Antwort erst jetzt kommt, ich war im Urlaub. :)
Christian Schoepplein
Nur wie gesagt, die Bilder sind doch da? Wieso greift er nicht darauf zu?
Hast du in deiner apache-Konfiguration den Alias für otrs-web angelegt und zeigt er auf's richtige Verzeichnis?
Ja, in der httpd.conf steht:
Include /etc/apache/conf.d
und in diesem Ordner existiert eine otrs.conf, in dieser steht:
----------------------------------------------------------
#
# Basic apache configuration file for OTRS
#
# agent, admin and customer frontend
#
ScriptAlias /otrs/ "/usr/share/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
#