Ok.. i want to protect all my files in say my “uploads” folder.
So my first approach will be to “protect” all these files in the folder with a .htaccess file
So.. if I use
File Downloads with Server Connect -as per link below.
Will this bypass the .htaccess file so I can downloads the files???
Or how would i “protect my files” via htaccess..
but still give the client the ability to download the files…. as I assumed that File Downloads with Server Connect would do this…
No, this won't work, as the client side download uses a script that runs in the users browser, which means it's treated the same way as a direct linking.
For secured downloads like this, you need to use the server-side download.