Deny access to .user.ini file

#1
Hello,

I added this rule to my htaccess file in order to deny all access to my user.ini file but it did not work.

<Files ".user.ini">
Order Allow,Deny
Deny from all
</Files>

Any advice?

Thanks.
 
Top