Hi Ricardo, See my article below: http://takezoe.blogspot.jp/2008/10/url-rewrite-filter-make-clean-url-on.html
There are small examples about Url Rewrite Filter with Click. 2013/2/14 Ricardo Lecheta <[email protected]>: > Hi, I´m developing a web application with Click, and I need to use REST like > URLs...I saw in the FAQ that this is possible usng the Url Rewrite Filter. > But there is no examples.. Could anyone show how to create the > urlrewrite.xml file with click? 14. Can Click be mapped to an extension > other than *.htm? . . .You can also map URLs to different extensions using > Url Rewrite Filter. It is even possible to rewrite to REST like URLs: > rewrite URL from http://www.mycorp.com/book.htm?id=324 to > http://www.mycorp.com/book/324 (which will retrieve the book where id=324) > rewrite URL from http://www.mycorp.com/books.htm to > http://www.mycorp.com/books (which will retrieve the list of books) -- > Ricardo Lecheta -- Naoki Takezoe 2013/2/14 Ricardo Lecheta <[email protected]>: > Hi, I´m developing a web application with Click, and I need to use REST like > URLs...I saw in the FAQ that this is possible usng the Url Rewrite Filter. > But there is no examples.. Could anyone show how to create the > urlrewrite.xml file with click? 14. Can Click be mapped to an extension > other than *.htm? . . .You can also map URLs to different extensions using > Url Rewrite Filter. It is even possible to rewrite to REST like URLs: > rewrite URL from http://www.mycorp.com/book.htm?id=324 to > http://www.mycorp.com/book/324 (which will retrieve the book where id=324) > rewrite URL from http://www.mycorp.com/books.htm to > http://www.mycorp.com/books (which will retrieve the list of books) -- > Ricardo Lecheta -- Naoki Takezoe
