Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
URL rewrite in JSP
Name: deity_me Date: October 9, 2005 at 09:36:53 Pacific OS: Slack 10 CPU/Ram: P4
Comment:
I've got a dynamically driven website written in JSP. To get to a content I have query strings so that my JSP knows which document to display like mysite.com/index.jsp?category=movies&type=action&movie=bond I want this to be as SEO as possible so is it possible to change the url to mysite.com/movies/action/bond.html and be able to link to that URL and show the correct page?
Thanks
Money not an issue? Where do you live and when are you not home? I'm not gonna rob you, I'm just gonna steal some stuff
Summary: Hi, I need help on exporting data to excel file in JSP. Code contains: <%@ page content-type=application/vnd.ms-excel" language="java"> PrintWriter pw = new PrintWriter(); My question is, I get mul...
Summary: Hi to all. Im an IT student and i just want to make site that uses the rss technology. I just want to practice just to prepare my self when i graduate in college. Is there anyone here who knows ho...