<?php
// in ant we've to replace the placeholder with the real filename
$fileNameWithVersion = "econda-recommendations-REC_VERSION.zip";

$uri = dirname($_SERVER['REQUEST_URI']) . '/' . $fileNameWithVersion;

header('Location: ' . $uri);
?>
<html><body><a href="<?php echo $uri; ?>"><?php echo $uri; ?></a></body></html>