3600) { http_response_code(404); exit; // expire after 1 hour } header('Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document'); header('Content-Disposition: attachment; filename="'.$fn.'"'); header('Content-Length: '.filesize($path)); readfile($path);