http://otrs/otrs anstatt http://otrs/otrs.index.pl

Hilfe zu Znuny Problemen aller Art
Locked
tkbeat
Znuny newbie
Posts: 25
Joined: 01 Oct 2008, 10:59

http://otrs/otrs anstatt http://otrs/otrs.index.pl

Post by tkbeat »

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
__
OTRS 2.3.2
OS : CentOS 5
Joyner
Znuny expert
Posts: 185
Joined: 08 Feb 2008, 14:49
Znuny Version: 2.2.8
Location: Berlin

http://otrs/otrs anstatt http://otrs/otrs.index.pl

Post by Joyner »

Hi,

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
tkbeat
Znuny newbie
Posts: 25
Joined: 01 Oct 2008, 10:59

http://otrs/otrs anstatt http://otrs/otrs.index.pl

Post by tkbeat »

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 ?
__
OTRS 2.3.2
OS : CentOS 5
tkbeat
Znuny newbie
Posts: 25
Joined: 01 Oct 2008, 10:59

http://otrs/otrs anstatt http://otrs/otrs.index.pl

Post by tkbeat »

Ich komme leider nicht weiter in dieser Sache .

Weiss keiner wo ich noch schauen könnte ?


viele Grüße
tkbeat
__
OTRS 2.3.2
OS : CentOS 5
fastfred
Znuny newbie
Posts: 6
Joined: 23 Jan 2009, 16:47

http://otrs/otrs anstatt http://otrs/otrs.index.pl

Post by fastfred »

Probier mal die Zeile anzupassen:

Code: Select all

ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
nach

Code: Select all

ScriptAlias /ticket/ "/opt/otrs/bin/cgi-bin/"
Auch dran denken, den Location-Tag anzupassen:

Code: Select all

<Location /otrs>
.....
</Location>
nach

Code: Select all

<Location /ticket>
.....
</Location>
Eigentlich sollte das reichen.

Gruß
Fred
giga0069
Znuny newbie
Posts: 66
Joined: 30 Apr 2009, 23:37
Znuny Version: 3.0.8
Location: Köln

http://otrs/otrs anstatt http://otrs/otrs.index.pl

Post by giga0069 »

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>
OTRS Produktiv: 3.1.12 / ITSM 3.1.7
OTRS Testing: 3.2
OS: Windows 2008 R2 Server
Apache2.2/MySQL 5
Locked