<?php
if (function_exists('apache_get_modules') && in_array('mod_xsendfile', apache_get_modules())) {
echo "X-Sendfile is Installed and working";
}
?>
<?php
header('X-Accel-Redirect: /path/to/file');
?>
header('X-Accel-Redirect: test.txt');