A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Products
»
Tomcat
Author
URL Rewrite
Timy McTipperstan
Ranch Hand
Joined: Feb 17, 2005
Posts: 32
posted
Mar 25, 2005 06:36:00
0
I would like to have Apache rewrite the URLs for.
So here is what I have
category.jsp?catid=1&type=1
subcategory.jsp?catid=1&type=1
product.jsp?catid=1&type=1&productid=1
Like it to be
category/1/1 or category/1/1/
subcategory/1/1 or subcategory/1/1/
product/1/1/1 or product/1/1/1/
I have looked at Url Rewrite Filter and would like to see if apache could be a simpler more straight forward solution.
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: URL Rewrite
Similar Threads
Apache Rewrite Rule
How to display only selected amount of data from database in two dropdown lists?
3 - level folder display in struts
logic equal syntax
Collections heirarchy
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter