Hi all, I'm using zen cart 1.3.9h.

I am trying to allow .exe files to be downloadable products. Is this possible? I tried editing the .htaccess file within the download folder to be:

Code:
<FilesMatch ".*\.(zip|ZIP|gzip|pdf|PDF|mp3|MP3|swf|SWF|wma|WMA|exe|EXE)$">
But that didn't seem to help.