How do I create Apache directives in a .htaccess file that forces .mp4 and .pdf to download? Currently they appear within the browser
.htaccess
.mp4
.pdf
Add the following into an .htaccess file:
ForceType application/octet-stream Header set Content-Disposition attachment ForceType application/octet-stream Header set Content-Disposition attachment