menu.php nin başına şunu eklesende olur:

<?php
if(eregi('menu.php',$_SERVER['PHP_SELF'])) {header('Location: index.php');exit(); }
?>