mod_negotiation导致不加扩展名也能访问php

今天, 我在测试一个网站的时候发现访问http://x/ajax和访问http://x/ajax.php是等效的, 并且访问http://x/ajax的时候还会多出来如下响应头。

Content-Location: ajax.php

Vary: negotiate

而我要的目的是http://x/ajax被rewrite到index.php, 可是由于ajax.php的存在, 实现不了。

经过研究发现是mod_negotiation在干坏事, 从mods-enable里面删除negotiation.*并重启apache即可解决。

发表评论

注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

:wink: :twisted: :roll: :oops: :mrgreen: :lol: :idea: :evil: :cry: :arrow: :?: :-| :-x :-o :-P :-D :-? :) :( :!: 8-O 8)

本文链接:https://twd2.me/archives/3189QrCode