View Single Post
  #6  
Old 07-11-2012, 10:07 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,216
paste the tip here:
Code:
in .htaccess:
<FilesMatch "\.(?i:doc|odf|pdf|rtf|txt)$">
  Header set Content-Disposition attachment
</FilesMatch>
Reply With Quote