How can I create a route that resembles "myhost.com/news/page1"? I have tried this using: map.connect "news/page.:page", :controller => "article", :action => "all" I get "myhost.com/news/page.1". It gives me the separator as part of the URL, which I do not want. How can i separate text from symbol in my route without having a separator (ie. / or .) from appearing as well? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---