Hi,
I'm converting rewrite from apache to resin.
How do I do this in resin?
RewriteRule /list/(.+)/(.+)/(.+)\.html
/productlist.jsp?sp=$1&start=$2&cid=$3 [PT]
I've been trying this..but resin is not happy with it.
<rewrite-dispatch>
<forward regexp="^/list/(.+)/(.+)/(.+).html$"
target="/productlist.jsp?sp=$1&start=$2&cid=$3"/>
</rewrite-dispatch>
Thanks
Joey
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest