【发布时间】:2013-10-09 03:42:13
【问题描述】:
我正在尝试使用 urlrewriterfilter 从一个 URL 重定向到另一个 URL
<rule>
<from>/abc</from>
<to type="redirect">http://google.com</to>
</rule>
我从 localhost 运行我的程序,问题是我不知道为什么它会生成一个看起来像这样的超链接:http://127.0.0.1http://google.com
【问题讨论】: