wpmarmite/Astuces.htaccess/master/wp-content/uploads/.htaccess - Htaccess File

wpmarmite/Astuces.htaccess/master/wp-content/uploads/.htaccess

# Bloque les accès directs aux fichiers PHP (Merci à Sucuri)
<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>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache