文章列表
我用了urlrewritefilter这个东西,其他都很好就是好像不支持带问号的转发
<rule>
<from>^/search?desc=(.*)&loc=(.*)&p=([0-9]*)$</from>
<to type="forward ">/search.action?desc=$1&loc=$2&page=$3</to>
</rule>
必须把/search?sss, 改成/se ...