[ad_1]
Hello everyone,
hope you can help, i need to make an exception to a rule in my htaccess file which basically blocks all files that end with certain extension, i need to allow one to be avaiable for download, i have this generic rule applied:
*<FilesMatch “\\.(txt|md|exe|sh|bak|inc|pot|po|mo|log|sql)$”>*
*Require all denied*
*</FilesMatch>*
​
I need a specific “exe” file to be avaiable for download, how can i make an exception to this without removing the “exe” from the list above? (because if i do, it works)
Thanks in advance
[ad_2]