вот так ..
Code
<?if($USER_LOGGED_IN$)?><?else?><script type="text/javascript">
location.replace("http://Сайт куда отправить/index/8");
</script><?endif?>
вот так .. если будет перекидовать гостей а не пользователей то так ..
Code
<?if($USER_LOGGED_IN$)?><script type="text/javascript">
location.replace("http://Сайт куда отправить/index/8");
</script><?else?><?endif?>