Force files to download using .htaccess

1Comments

This snippet comes in handy if you are tired of putting things in .zip formats for people to download.

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

Add other file types accordingly.