我有一个位于 .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>
我有一个位于 .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>