Es cierto include es para otra cosa.
 
Lo que buscas es redireccionar:  
 Código PHP:
                     header('location:index.php'); 
    
  o   
 Código PHP:
    <html>
<head>
<title>Descarga</title>
<META HTTP-EQUIV="Refresh" CONTENT="3; URL=archivo.zip">
</head>
<body>
En 3 segundos comenzará la descarga. Si no empieza, pulsa <a href='archivo.zip'>aquí</a>
</body>
</html> 
    
  salu2