I need to protect a .zip file from being downloaded w/o permission.
I would like to be able to provide a direct link to the .zip download to those who have access to the files.
<filesmatch .zip>
order deny, allow
deny from all
</filesmatch>
does not seem to work. It prevents direct links, but I am not sure how to provide the download now.