downloading a zip file from a nested folder
I am trying to use a folder on my website for storage and have it protected with a .htaccess file. If the file to be stored is located in the root directory the file can easily be downloaded if I point to the zipped file with a link, but not if it is in a sub folder. Any idea why the zipped file can only be downloadable if it is located in the root file and not in a subfolder within my site?
EDIT: I'm still researching this. It seems I can download my zipped file if it is found within certain sub folders.
EDIT: This post has been edited for clarification (I hope). I also posted the solution below.