取消设置 .htaccess 中的标头

取消设置 .htaccess 中的标头

我有一个位于 .htaccess 的文件,http://mysite.loc/js/index.php/x.js 我想编写一条规则来取消设置请求中的标头。/js/index.php/x.js我写了这个,但没有用。我的错误在哪里?

<filesMatch "/js/index.php/x.js">
    Header unset X-Content-Type-Options
</filesMatch>

相关内容