magic-fields-team/Magic-Fields-2/master/.htaccess - Htaccess File

magic-fields-team/Magic-Fields-2/master/.htaccess

<FilesMatch "^(mf_upload|phpThumb).php$">
  <IfModule !mod_authz_core.c>
  Order allow,deny
  Allow from all
  </IfModule>
  <IfModule mod_authz_core.c>
    Require all granted
  </IfModule>
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache