htaccess,IF和FilesMatch

时间:2014-08-15 18:04:32

标签: .htaccess

为什么不起作用?给服务器500错误如果你删除了IF - 一切正常。

<If "%{HTTP_HOST} == 'site.ru'">
   <FilesMatch "\.php$">
      AddHandler x-httpd-php6 .php
   </FilesMatch>
</If>

1 个答案:

答案 0 :(得分:3)

{4}}环境是在Apache 2.4(<if)中引入的,您使用的是Apache 2.0,因此它不受支持且无法正常工作。