htaccess file change
-
Hi there,
I have a wordpress site and use your word fence security plugin. I was prompted to update it today and configure which I did. I noticed that it added an extra section to my htaccess file ( see below). Two questions: 1) Do I need to keep that extra text in my htaccess file from here on out and 2) can you confirm that the below text is indeed what is supposed to now show up there with the update? My site was hacked in the past so i routinely keep an eye on my htaccess file to assure it is as it should be. Please advise. Thanks!# Wordfence WAF
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files># END Wordfence WAF
- The topic ‘htaccess file change’ is closed to new replies.