B
I use this for download file
But alway download 0Kb, i think X-LiteSpeed-Location not work
PHP:
header('Content-type: ' . get_mime_type($ext));
header('Content-Disposition: attachment; filename="' . basename($file_name) . '"');
header("Content-Length: " . $file_size);
header("X-LiteSpeed-Location: " . $real_path);