URL地址重写项目
伪静态URL重写实际就是以静态地址(如:http://127.0.0.1:8080/pro/index.html)访问地态网页的方法(如:http://127.0.0.1:8080/pro/index.jsp)。
这个项目里有两个示例
输入http://localhost:8080/URLRewriter/param/123
访问的是http://localhost:8080/URLRewriter/param.jsp?param=123.
输入http://localhost:8080/URLRewriter/test.html
访问的是http://localhost:8080/URLR
用户评论