eZpedia : The Free eZ Publish CMS Documentation Encyclopedia

redirect

About

There are several ways to redirect in eZ Publish either using html variables in your edit template, workflow event, template operator or in your custom module.

Example

Redirect in custom module

Example:

<?php

$module =& $Params['Module'];

return $module->redirectTo( '/news' );

?>

Reference

Article provided by eZpedia

All text is available under the terms of the GNU Free Documentation License

Powered by eZ Publish 6.0.2stable

Hosted by USA eZ Publish Community Partner : Brookins Consulting