I am using orion as a web server 2.0.4 and my application is
been build in jsp,servlets with sqlserver as database.
Now i want to do url_rewrite for my application. For eg.
the url is :-
www.aaa.com/index.jsp?product=12&company=122
And i want to change it to :-
www.aaa.com/product/12/company/122/index.jsp something of this sort
without ? , & .
I do not want to create folders this is to be done dynamically.
Also my whole application is dynamic on every click their is a
database connection and my result pages are been dynamically
generated.
Kindly help me out as how can i overcome this as also i have to
optimize my site.