D dimath99 New Member Jul 31, 2019 #1 Jul 31, 2019 #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.
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.
N nfn Member Aug 1, 2019 #2 Aug 1, 2019 #2 Haven't tried but this could work: Code: RewriteRule \.user\.ini$ - [F,L,NC]