Change default loginpage

Moderator: crythias

Locked
darktrooper1991
Znuny newbie
Posts: 75
Joined: 24 Feb 2012, 13:08
Znuny Version: 31111
Real Name: Daniel

Change default loginpage

Post by darktrooper1991 »

Hi,

Can somenone tell how to change the default login page from index.pl to customer.pl?
Because the customers should only type servername in their browser and get to the customer loginpage.

Thanks for your help
Daniel
OTRS 3.1.1 with FAQ, ITSM, Survey
Running on Windows Server 2008 R2 x64
Connected with Active Directory 2003
Ambo
Znuny newbie
Posts: 8
Joined: 12 Mar 2012, 02:19
Znuny Version: 312win
Real Name: Shannon
Company: Prosis

Re: Change default loginpage

Post by Ambo »

Windows or Unix ?

Easiest way is to use Apache re-write - we are using a Windows Host and did something like the below.

Code: Select all

D:\Program Files (x86)\OTRS\Apache\conf\httpd.conf

# redirect / to the Agent interface
# just use customer.pl if you want the Customer interface as default
RedirectMatch ^/$ /otrs/customer.pl
Once changes are made - restart apache services and your should be good to go.
Server: Windows 2008 R2 on ESXi 4.1
OTRS Version: 3.1.2 - 2.4.4-01
Apache and MYSQL version bundled with Windows Installer.
Locked