Changes in .htaccess
-
Hello,
after hardening a new site of mine, I noticed that .htaccess file in “uploads” folder contains this:
<FilesMatch "\.(?i:php)$"> <IfModule !mod_authz_core.c> Order allow,deny Deny from all </IfModule> <IfModule mod_authz_core.c> Require all denied </IfModule> </FilesMatch>
while in another “uploads” folder of another (older) site of mine the .htaccess contains the following:
<Files *.php> deny from all </Files>
Is this is normal or has one of my sites sucuri plugin been hacked/modified?
If normal, should I re-harden all of the older sites? And what are the benefits/improvement of doing this?Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changes in .htaccess’ is closed to new replies.