I''m setting up a website with Mongrel. One of the requirements is for URLs to be redirected to different files than they usually would, e.g.: http://example.com/users/show/123-king-kong Would actually look for the cached file: `public/users/show/123.html` And not: `public/users/show/123-king-kong.html` as it normally would. How would I set up such redirection with Mongrel? Thanks in advance, Maurice B. Gladwell --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---