Hi,
I would like to redirect the agents login page
(http://mydomain/otrs/index.pl) to another as http://mydomain/operators to avoid
that agents type the full link.
I've tried to edit the httpd.conf file but it doesn't work.. Maybe not
Correctly?
Some time ago I redirected the customer users login page from http://mydomain/otrs/customer.pl to another as http://mydomain creting into the root of my webserver folder an index.html file that contains only the following:
<meta http-equiv="Refresh" content="0; url=http://LONG URL TO YOUR CUSTOMER
PAGE HERE">
How can I do the same thing for users/agents?
Thanks
Ale