Skip to content

Instantly share code, notes, and snippets.

@hunk
Created April 30, 2016 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hunk/3e007e67e52df1808056b7938836ed1a to your computer and use it in GitHub Desktop.
Save hunk/3e007e67e52df1808056b7938836ed1a to your computer and use it in GitHub Desktop.
htaccess for MF 2.x
<FilesMatch "^(mf_upload)\.php$">
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment