Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用curl -I检查标题时,我发现我网站上的某些页面无缘无故地进行了重定向。一页,每三次请求它都会/sample给出一个 301 ,而在 .htaccess 中没有任何引用。/sample/
curl -I
/sample
/sample/
被重定向的页面会RewriteRule ^sample2.htm /sample2 [NC,R,L]给出 302,但在第 4-5 个请求时除外,它会返回sample.htm而不是重定向。
RewriteRule ^sample2.htm /sample2 [NC,R,L]
sample.htm
阿帕奇是 2.2
我发现这是由一个名为 .htaccess 的重复文件引起的.htaccess copy。
.htaccess copy