Hi after many investigations. There is a problem about your .htaccess in ..plugins/download-manager with some Apache 2.4 configurations and ‘IndexIgnore *’
I found that this is working:
<ifModule mod_autoindex.c>
IndexIgnore *
</ifModule>
<Files *.php>
Require all denied
</Files>
Thanks