Created
April 30, 2016 17:00
-
-
Save hunk/261fdd5b19f0d44fd99229dfafcabb15 to your computer and use it in GitHub Desktop.
htaccess for MF 1.X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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