I want to build a web application where users can register and have a profile.
People can visit the profiles adding the user name in the url like this.
How can I create this url for each registered user
I taught using mod_rewrite to rewrite the url but are there any other aproaches?
by the way I want to use Struts 2 and tomcat as server
Thank you very much.
I found this filter http://tuckey.org/urlrewrite/
so I’m going to use it.
It works for web applications that use Servlets like Struts, Spring etc.