Hallo ,
wie kann ich die im Topic genannte Möglichkeit realisieren ?
Ich habe in der httpd.conf schon nach ALIAS gesucht , aber nicht wirklich was gesehn .
mit mod_rewrite habe ich leider auch keine Erfahrung .
viele Grüße
tkbeat
http://otrs/otrs anstatt http://otrs/otrs.index.pl
http://otrs/otrs anstatt http://otrs/otrs.index.pl
__
OTRS 2.3.2
OS : CentOS 5
OTRS 2.3.2
OS : CentOS 5
http://otrs/otrs anstatt http://otrs/otrs.index.pl
Hi,
schau mal unter otrs\scripts, da gibts apache2-httpd.include.conf sowie apache2-httpd-new.include.conf.
mfg
schau mal unter otrs\scripts, da gibts apache2-httpd.include.conf sowie apache2-httpd-new.include.conf.
mfg
Produktiv: OTRS 2.4.7, CiCS 3.1.5, Eigenentwicklungen
β-Testing/Mirror: OTRS 2.4.7, ITSM 2.0.2, CiCS(::ITSM) 3.1.5 (2.1.6), Eigenentwicklungen OS: Win2003, XAMPP, Apache2.2/MySQL 5, Trac/SVN
β-Testing/Mirror: OTRS 2.4.7, ITSM 2.0.2, CiCS(::ITSM) 3.1.5 (2.1.6), Eigenentwicklungen OS: Win2003, XAMPP, Apache2.2/MySQL 5, Trac/SVN
http://otrs/otrs anstatt http://otrs/otrs.index.pl
Ich habe in beiden Dateien
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
in
Alias /ticket/ "/opt/otrs/var/httpd/htdocs/"
geändert und den apache durchgestartet
leider ist es immer noch unter http://otrs/otrs-web/
zu erreichen und nicht wie gewünscht unter http://otrs/ticket/
muss ich dies noch woanders ändern ?
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
in
Alias /ticket/ "/opt/otrs/var/httpd/htdocs/"
geändert und den apache durchgestartet
leider ist es immer noch unter http://otrs/otrs-web/
zu erreichen und nicht wie gewünscht unter http://otrs/ticket/
muss ich dies noch woanders ändern ?
__
OTRS 2.3.2
OS : CentOS 5
OTRS 2.3.2
OS : CentOS 5
http://otrs/otrs anstatt http://otrs/otrs.index.pl
Ich komme leider nicht weiter in dieser Sache .
Weiss keiner wo ich noch schauen könnte ?
viele Grüße
tkbeat
Weiss keiner wo ich noch schauen könnte ?
viele Grüße
tkbeat
__
OTRS 2.3.2
OS : CentOS 5
OTRS 2.3.2
OS : CentOS 5
http://otrs/otrs anstatt http://otrs/otrs.index.pl
Probier mal die Zeile anzupassen:
nach
Auch dran denken, den Location-Tag anzupassen:
nach
Eigentlich sollte das reichen.
Gruß
Fred
Code: Select all
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Code: Select all
ScriptAlias /ticket/ "/opt/otrs/bin/cgi-bin/"
Code: Select all
<Location /otrs>
.....
</Location>
Code: Select all
<Location /ticket>
.....
</Location>
Gruß
Fred
http://otrs/otrs anstatt http://otrs/otrs.index.pl
Vielleicht zu primitiv, aber funktioniert.
.. anpassen der index.html im Apache htdocs-Verzeichnis:
<head>
<meta http-equiv="refresh" content="0; URL=http:./otrs/index.pl">
</head>

<head>
<meta http-equiv="refresh" content="0; URL=http:./otrs/index.pl">
</head>
OTRS Produktiv: 3.1.12 / ITSM 3.1.7
OTRS Testing: 3.2
OS: Windows 2008 R2 Server
Apache2.2/MySQL 5
OTRS Testing: 3.2
OS: Windows 2008 R2 Server
Apache2.2/MySQL 5