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.
我正在尝试使用从一个 URL 重定向到另一个 URLurlrewriterfilter
urlrewriterfilter
<rule> <from>/abc</from> <to type="redirect">http://google.com</to> </rule>
我从 localhost 运行我的程序,问题是我不知道为什么它会生成一个看起来像这样的超链接:http://127.0.0.1http://google.com
http://127.0.0.1http://google.com
尝试将此规则移动到规则链的顶部并添加“last”属性。
^/abc http://google.com