我想隐藏我的页面扩展而不使用漂亮的面孔,因为它很难使用,我对使用它感到困惑,现在我正在使用 tukey http://tukey.org/urlrewrite/
我有这个链接:localhost1:8080/control/login.xhtml
so i want it like : localhost1:8080/control/login
我的代码是:
<urlrewrite>
<rule>
<note>
The rule means that requests to /test/status/ will be redirected to /rewrite-status
the url will be rewritten.
</note>
<from>login.xhtml</from>
<to type="redirect">control/login</to>
</rule>
但它给了我:
HTTP Status 404 - /control/login
for that link :
localhost:8080/control/login