Sorry but I'm really not able to solve my problem. Maybe I'm understanding something wrong.
Would you please check my understanding? Thank you very much!
1) I'm looking up the template name of the list within List & Search Type Manager (it is seb_table)
2) I'm creating a subfolder with my search_type name (?What is the search_type?) within .../templates/seb_table/includes
3) I'm copying the file no_result.php from seb_table/includes to the newly created folder
4) I'm implementing the script
<code>// joomla 2.5
$app = JFactory::getApplication();
$link = 'http://www.domain.com/';
$msg = 'You have been redirected to domain.com';
$app->redirect($link, $msg, $msgType='message');</code>
Would that be correct?
Thanks for you help!