Re: [otrs] OTRS and APACHE

Easiest thing to do is put an index.php file in the web root redirecting.
<?php header('location: /otrs/customer.pl'); ?>
Sent from my Samsung Mesmerise.
On Sep 27, 2011 6:08 PM, "Garabed Yegavian"

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

using PHP files or HTML redirects is a bit lame I would say... :D
What about an Apache configuration:
RedirectMatch ^/\$ /otrs/index.pl
--
Mike
On Mon, Oct 3, 2011 at 14:32, Lars Jørgensen
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 --------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
participants (3)
-
Henry Devito
-
Lars Jørgensen
-
Michiel Beijen