How to remove otrs from support.domain.com/otrs

Moderator: crythias

Locked
hardesty
Znuny newbie
Posts: 12
Joined: 12 Nov 2010, 00:16
Znuny Version: 2.4.7

How to remove otrs from support.domain.com/otrs

Post by hardesty »

I am new at this, but I like what I have seen so far. One thing I have not been able to figure out and find how to do is to remove the otrs from the URL. It always seems to redirect me to support.domain.com/otrs/whatever.pl. How do I configure the server so that it is just: support.domain.com/whatever.pl? It should be simple, but I have so far denied a solution.
peacefrog
Znuny newbie
Posts: 38
Joined: 10 Aug 2010, 14:37
Znuny Version: 2.4.7

Re: How to remove otrs from support.domain.com/otrs

Post by peacefrog »

modify /etc/apache2/conf.d/otrs.conf, edit line ScriptAlias, change

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

to / "/opt/otrs/bin/cgi-bin/"

then rcapache2 restart


worked for me
hardesty
Znuny newbie
Posts: 12
Joined: 12 Nov 2010, 00:16
Znuny Version: 2.4.7

Re: How to remove otrs from support.domain.com/otrs

Post by hardesty »

I have done this and it works sort of. I seem to loose all the look and feel of the site. It just shows up as text and without all the pretty pictures. Are there a few more files that I need to edit?
mugunth
Znuny newbie
Posts: 7
Joined: 06 Jan 2012, 08:09
Znuny Version: 3.0
Real Name: Mugunth
Company: SSGSoft

Re: How to remove otrs from support.domain.com/otrs

Post by mugunth »

we have installed OTRS in our Wndows server 2003. I want to remove the /otrs/ from URL. I have removed the 'otrs/' from script alias also. But it is not working. Can anyone help us
Locked