Hello, I have some htaccess question in here.

I have folder and subfolder and want to force download all file in this folder and also subfolder to.

Here is my folder look like.

folder => sub1
=> sub2
=> sub3

Once i create htaccess with

<Files *.*>
ForceType application/octet-stream
Header set Content-Disposition...