Hello,
My server installation of RoR is working but I still have a problem
with routes. I would like the root URL of my site to be some thing
like
mydomain.com/mysite/ . But this is not working since Rails
include the '/mysite/' in his routing. Of course, if in all
connections in routes.rb I add '/mysite', all is working, but is there
another way to tell Rails that my root URL is not '/' ?
Thank you for all,
Pierre L.