I have developed an application and it works fine under webrick, but when I change to Apache I have problems with the routes. I access the files in my public directory in webrick with "public/images/something" and in Apache I get an "No such file or directory" and I have to change all the routes from "public/images/something" to "images/something" and it works, does anyone know how to avoid this. thank you in advance -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---