resin-web.xml
<rewrite-dispatch>
<!– star seo –>
<forward regexp=’/([/w]+).htm$’ target=’/star.jsp?pinyin=$1’/>
<!– star_story seo –>
<forward regexp=’/story_([0-9]+).html’ target=’/star_story.jsp?id=$1’/>
<!– star_top seo –>
<forward regexp=’/top_([0-9]+)type_([0-9]+)val_([0-9a-z]+).html’ target=’/star_top.jsp?id=$1&type=$2&val=$3’/>
<!– star_top seo –>
<forward regexp=’/top.html’ target=’/star_top.jsp’/>
<!– star_top seo(search) –>
<forward regexp=’/([0-9]+)_a([0-9]+)t([0-9]+)c([0-9]+)j([0-9]+)s([0-9]+)id([0-9]+).html’ target=’/star_top.jsp?type=$1&area=$2&team=$3&c=$4&job=$5&sex=$6&id=$7’/>
<!– star_pic seo –>
<forward regexp=’/pic_([0-9]+)pageNo_([0-9]+).html’ target=’/star_pic.jsp?id=$1&pageNo=$2’/>
</rewrite-dispatch>