Hi everyone!

What's the best method to avoid using a QUERY_STRING in URIs?

For example, I'd like to use the following:
http://www.mydomain.com/cart/add-item/1/

Instead of:
http://www.mydomain.com/cart/add-item.do?itemId=1

If it matters, I'd like to use Orion as my application server.  Also, in the
past I've had to do the same with scripting languages such as PHP.  I used
Apache's mod_rewrite module to accomplish my goal.

Thanks,
Michael Blake Day



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to