I am making a website but the files are into folder a->b->c/bla.jsp is there any library that is free or a way that i can change the showing url to be more user friendly?
Thank you

Recommended Answers

All 4 Replies

Member Avatar for LastMitch

I am making a website but the files are into folder a->b->c/bla.jsp is there any library that is free or a way that i can change the showing url to be more user friendly?

You mean SEO friendly? Used Rewrite mod on Apache.

Use Servlet-centric design or select MVC Framework or URLRewriterFilter tool (just like Apache's mod_rewrite).

thank you very much

Hello
My url now is www.lala.com?id=13
How i can do it www.lala.com/product-name
I know that i use urlrewrite and the code that can do it my problem is this. I add new products all the time. So when i add a item i should edit the urlrewrite.xml or there is another way? Cause with 1000 products it should check 1000 rules. Am i right?
Thank you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.