Force download in apache
Written on February 27, 2008 – 12:31 am | by Rene
if you want to force certain kind of files to pop up the save as dialog box, you have to add the AddType directive with the value application/octet-stream to the .htaccess file like this:
- AddType application/octet-stream .csv
- AddType application/octet-stream .xls
- AddType application/octet-stream .doc
- AddType application/octet-stream .avi
- AddType application/octet-stream .mpg
- AddType application/octet-stream .mov
- AddType application/octet-stream .pdf
and that’s all, now everything works fine