Codice PHP:
$file 'file_da_scaricare.zip';
if(!
file_exists($file))
{
header('location: dove_ti_pare.php');
exit;