It sounds simple, but I cannot find any solution.

Comments

simon.males’s picture

If you are submitting a form you can use $form_state['redirect'] which I set in the _submit hook, or use drupal_goto().

nevets’s picture

You can use the Rules module to set this up.