basically what i want to do is have all of my files, with a common extension, to not be viewed at all.
what i have working is the following
<Files *.someExtension>
Order allow,deny
Deny from all
</files>
it restricts access to any file with *.someExtension in the root directory but any subdirectory i am able to view files with *.someExtension.
how do i make it work for the subfolders?
thanks
what i have working is the following
<Files *.someExtension>
Order allow,deny
Deny from all
</files>
it restricts access to any file with *.someExtension in the root directory but any subdirectory i am able to view files with *.someExtension.
how do i make it work for the subfolders?
thanks