Does Orion support URL rewrite like the one in Apache?
I want to be able to give URLs to my customer like

  http://<host>/feature/<UID>

Then, the rewrite will forward to HTTP request to something
like

  http://<host>/somewhere/handle.jsp?uid=<UID>

Is it possible to achive this with Orion?

thanks
thomas


Reply via email to