FileMatch not working?

travisbell

Well-Known Member
#1
Hey guys,

I am migrating some sites from an Apache environment where the following worked in my .htaccess...

Code:
<FilesMatch \"test.html$\">
 Order deny,allow
 Deny from all
</FilesMatch>
Doesn't seem to in LS. Anything special I need to?
 
Top