How to tell browser to download files instead of view/play

Add into your .htaccess file next:

AddType application/octet-stream .mp3
AddType application/octet-stream .pdf
AddType application/octet-stream .mp4
AddType application/octet-stream .avi

Similar Posts: