View Single Post
  #2  
Old 10-26-2011, 04:39 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
assume the file $DOC_ROOT/abc.dat, direct access URL is http://domain.com/abc.dat

the php code is just 1 line:
header("X-LiteSpeed-Location: /abc.dat");
Reply With Quote