如何使用 tukey UrlRewrite 小写 url 中的每个字母?这就是我现在所拥有的,但似乎没有用。
<rule match-type="regex">
<from>(.*)</from>
<to type="redirect">${lower:$1}</to>
</rule>
如何使用 tukey UrlRewrite 小写 url 中的每个字母?这就是我现在所拥有的,但似乎没有用。
<rule match-type="regex">
<from>(.*)</from>
<to type="redirect">${lower:$1}</to>
</rule>