我使用6G防火墙, 特别是有规则:
# 6G:[REQUEST STRINGS]
<IfModule mod_alias.c>
. . . .
RedirectMatch 403 (?i)\.(aspx?|bash|bak?|cfg|cgi|exe|dll|git|hg|ini|jsp|log|mdb|out|sql|svn|swp|tar|rar|rdf)$
. . . .
</IfModule>
*。exe文件将不会上传。
操作方法,以便能够从文件夹http://example.com/docs/distrib/file.exe下载文件??? /docs/distrib/.htaccess
<IfModule mod_alias.c>
RedirectMatch 301 (.*)\.(exe|tar|rar|zip) $0
</IfModule>
-不起作用,循环重定向。 更改标准防火墙规则非常糟糕。 (删除“ exe”的感觉)