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/261fdd5b19f0d44fd99229dfafcabb15 to your computer and use it in GitHub Desktop.
Save hunk/261fdd5b19f0d44fd99229dfafcabb15 to your computer and use it in GitHub Desktop.
htaccess for MF 1.X
<FilesMatch "(RCCWP_upload|RCCWP_GetDuplicate)\.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