SOL[Redirect localhost/otrs/index.pl to other page.]

Moderator: crythias

Locked
ioviedo
Znuny newbie
Posts: 63
Joined: 22 Jan 2013, 19:26
Znuny Version: 3.1.12
Real Name: Iván Oviedo
Company: ESPOl

SOL[Redirect localhost/otrs/index.pl to other page.]

Post by ioviedo »

Please help me, I changed this option in the framework::fronted::agent i redirect to other page only for a test but now i can´t access normally to localhost/otrs/index.pl, please Do you know how can modify that??
Last edited by ioviedo on 06 May 2013, 18:00, edited 1 time in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Redirect localhost/otrs/index.pl to other page.

Post by crythias »

remove what you configured within Kernel/Config/ZZZAAuto.pm or ZZZAuto.pm
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
ioviedo
Znuny newbie
Posts: 63
Joined: 22 Jan 2013, 19:26
Znuny Version: 3.1.12
Real Name: Iván Oviedo
Company: ESPOl

Re: Redirect localhost/otrs/index.pl to other page.

Post by ioviedo »

Thanks crythias, i found the error line "$Self->{'LoginURL'} = 'http://www.sms.com';" please. Do you know what is the correct default value for localhost/otrs/index.pl??
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Redirect localhost/otrs/index.pl to other page.

Post by crythias »

remove the entry. (optionally, rebuild config)

(By "remove the entry", I mean: remove the entire line.)
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
ioviedo
Znuny newbie
Posts: 63
Joined: 22 Jan 2013, 19:26
Znuny Version: 3.1.12
Real Name: Iván Oviedo
Company: ESPOl

Re: Redirect localhost/otrs/index.pl to other page.

Post by ioviedo »

Thanks i remove http://www.sms.com

"$Self->{'LoginURL'} = '';"

And it work normally.
Locked