<?        
  header('Status: 301 Moved Permanently', false, 301);      
  header('Location: /box-internet.php');      
  exit();        
?>