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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.