Hello Everyone
I am trying to upload an exe file so users can download it but I was prevented for security reasons
so I added define(‘ALLOW_UNFILTERED_UPLOADS’, true); in wp-config.php
which allowed me to upload the file but whenever I click on it I am getting error 403 as shown in the image . any idea how to enable uploading zip, exe or any format without getting this error
So there is no chance also to upload a zip or rar file into my websites as well despite using define(‘ALLOW_UNFILTERED_UPLOADS’, true)
Is there a list of the allowed files in the knowledge Base to read?