Answer the question
In order to leave comments, you need to log in
How to redirect the main pages of the OTRS system?
Hello.
I have an OTRS 5s stit and I would like to give aliases to the main pages, if I explain correctly.
Example :
example.com/admin/ -> example.com/otrs/index.pl
example.com/ -> example.com/otrs/costumer.pl
Via .htaccess
Answer the question
In order to leave comments, you need to log in
On the other hand, I solved it:
In /etc/apache2/sites-available/otrs.conf added:
RedirectMatch ^/$ "/otrs/costumer.pl"
RedirectMatch ^/admin/$ "/otrs/index.pl"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question