看起来双重编码的 url 改变了 html 文件中的内容。
RewriteRule ^/about/test.html(.*)$ /test/test.html$1 [NE]
规则工作正常,但对于双重编码,它在 html 文件中添加 %20
例如。标题测试%20测试%20测试%20
有没有办法用 mod_rewrite 清理 html 文件,或者这个问题与 Apache+redirect 无关
四季花海
相关分类