Hi Gregor,

On Tue, Feb 11, 2003 at 02:07:18PM -0800, Gregor wrote:
> Yes, that worked, when I click on the link it logs in the system.
> 
> everytime I do something like creating a ticket, it comes up with document
> moved  when I click on it it goes on and seems to work.

I found it. %-)

Add a "Status: 302 Moved" line to Redirect.dtl:

[...]
Content-Type: text/html; charset=$Env{"UserCharset"};
Status: 302 Moved
location: $Data{"Redirect"}
X-Powered-By: $Env{"Product"} $Env{"Version"} - Open Ticket Request System 
(http://otrs.org)

document <a href="$Data{"Redirect"}">moved</a>
[...]

And it will work fine on mod_perl2!

> Gregor

  Martin

--
Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/
--
"There are two major products that come out of Berkeley: LSD and Unix.
We don't believe this to be a coincidence."  -- Jeremy S. Anderson

_______________________________________________
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

Reply via email to