站点/默认/文件/ *下的Drupal html文件正在下载但正在执行

时间:2018-08-08 15:23:00

标签: apache http drupal drupal-7

sites/default/files/*下的Drupal html文件正在下载但正在执行。

注意:.htaccess下的sites/default/files/文件的默认设置如下:

关闭所有不需要的选项。

Options None
Options +FollowSymLinks

设置全部处理程序以防止执行脚本。

SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
<Files *>
  # Override the handler again if we're run later in the evaluation list.
  SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
</Files>

如果我们知道如何安全地进行操作,请完全禁用PHP引擎。

<IfModule mod_php5.c>
  php_flag engine off
</IfModule>

1 个答案:

答案 0 :(得分:0)

在添加以下.htaccess文件后修复

        ForceType文字/ html         标头集内联内容处置