We¹ve been using UrlRewrite ( http://tuckey.org/urlrewrite/) for a while with absolutely no issues.
Z. > > > For a CMS project I require the following functionality: > > Translate/map a URL like > 'http://www.mydomain.com/marketnews/asiapacific/latest' into an action with > request parameters 'marketnews', 'asiapacific', 'latest'. > > Background: > > I have a virtual file/folder system in a database and want to map a URL into > the file system to retrieve content. > > Alternatively, I have used this method in the past: > > http://www.mydomain.com/content.action?path=marketnews/asiapacific/latest > > > Thank you for suggestions and comments. > > Anders