
3 Oct
2011
3 Oct
'11
12:32 p.m.
On 28-09-2011 06:34, Henry Devito wrote:
Easiest thing to do is put an index.php file in the web root redirecting.
<?php header('location: /otrs/customer.pl <http://customer.pl>'); ?>
If you don't have or don't want PHP on your OTRS server, you can achieve the same thing in plain html in an index.html file in the web root: <meta http-equiv="refresh" content="0;url=https://your.site.com/otrs/customer.pl"> -- Lars