[pmwiki-users] Redirection from action handler

Patrick R. Michaud pmichaud at pobox.com
Fri Jul 1 14:23:23 CDT 2005


On Fri, Jul 01, 2005 at 08:34:18PM +0200, Joachim Durchholz wrote:
> Hi all,
> 
> how do I redirect to a wiki page from an action handler?
> 
> I want to send a mail from an action. That may succeed or fail.
> 
> I want to make PmWiki show different pages depending on success or failure.

PmWiki has a built-in Redirect function for this:

   Redirect('Group.Success');

It honors $EnablePathInfo and all of the other things
you would normally expect.

Pm



More information about the pmwiki-users mailing list