Can't access to OTRS after default URL is changed <SOLVED>

Moderator: crythias

Locked
eddy
Znuny newbie
Posts: 8
Joined: 09 Sep 2010, 18:30
Znuny Version: 2.1

Can't access to OTRS after default URL is changed <SOLVED>

Post by eddy »

Hi,

I chagned default url from http://exampledomain.com/otrs/index.pl to /http://exampledomain.com/index.html in Sysconfig.

And then the login page disappears, is there anyway to change it back from command or configuration files? It says the pages not found from browser.

Please help.

Thanks
Eddy
Last edited by eddy on 20 Apr 2011, 01:35, 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: Can't access to OTRS after default URL is changed

Post by crythias »

otrs/Kernel/Config/Files/ZZZAuto.pm

Would this be it? You might want to remove that line.
ZZZAuto.pm:$Self->{'LoginURL'} = 'http://host.example.com/login.html';
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
eddy
Znuny newbie
Posts: 8
Joined: 09 Sep 2010, 18:30
Znuny Version: 2.1

Re: Can't access to OTRS after default URL is changed <SOLVE

Post by eddy »

Thanks crythias. It works.
Locked