htaccess force download all file include subfolder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vibolvireak
    New Member
    • Jul 2014
    • 1

    htaccess force download all file include subfolder

    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 attachment
    </Files>

    And place to folder and i can get only file place in folder to be downloaded. So it mean i need to place all this htaccess file in subfolder too ?

    Many thz, And may apologize for my English
Working...