Hello All,
I'm stumped and very new htaccess files.
I have a folder tree. At the top of this tree is an .htaccess that contains only:
The purpose is to force files of this type to download rather then display in the browser. However it only works in the same file as the htaccess file how do I make it cascade to all the sub directories? or am I going about this all wronge?
-Pete
Do you get a little guilty pleasure when a celebrity has a bad day?
Well then The Dead Pool is for you!
I'm stumped and very new htaccess files.
I have a folder tree. At the top of this tree is an .htaccess that contains only:
Code:
<FilesMatch "\.(wdb)$" >
ForceType application/octet-stream
</FilesMatch>
-Pete
Do you get a little guilty pleasure when a celebrity has a bad day?
Well then The Dead Pool is for you!