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
Can't access to OTRS after default URL is changed <SOLVED>
Moderator: crythias
Can't access to OTRS after default URL is changed <SOLVED>
Last edited by eddy on 20 Apr 2011, 01:35, edited 1 time in total.
-
- 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
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';
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
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
Re: Can't access to OTRS after default URL is changed <SOLVE
Thanks crythias. It works.