Making hidden files 403 unaccessable

#1
Hi,

Playing around with openlitespeed, i found out where to make folders unaccessable in the server config security tab, but where can you set hidden files unaccessable (.****) ?

Thanks :)
 
#4
Code:
RewriteRule .* - [F,L]
dont work, then intire site breaks, note that the file name is ".something", not ".something.php" or something like this, all ".something" files should be not accessable.
 
Top