[Rails] Re: How to set a root URL ?

2009-02-09 Thread Pierre L
I've found : all one have to do it to put config.action_controller.relative_url_root = '/yourpath' in the config file. On 9 fév, 13:57, Pierre L wrote: > 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

[Rails] Re: How to set a root URL ?

2009-02-09 Thread Pierre L
In fact, my site is still in development, I don't want to put it on the root of my domain, but in a directory. I think I miss something simple because I've done tests few months ago and all was ok. On 9 fév, 13:59, Maurício Linhares wrote: > AFIK, no, there isn't. > > What you could do, if you

[Rails] Re: How to set a root URL ?

2009-02-09 Thread Pierre L
Yes it is ! Is there a solution with the htaccess ? On 9 fév, 14:03, James Mitchell wrote: > Is your app fronted by Apache? > > -- > James Mitchell > > > > On Mon, Feb 9, 2009 at 7:57 AM, Pierre L wrote: > > > Hello, > > > My server installation of RoR is working but I still have a problem > >

[Rails] Re: How to set a root URL ?

2009-02-09 Thread James Mitchell
Is your app fronted by Apache? -- James Mitchell On Mon, Feb 9, 2009 at 7:57 AM, Pierre L wrote: > > 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 no

[Rails] Re: How to set a root URL ?

2009-02-09 Thread Maurício Linhares
AFIK, no, there isn't. What you could do, if you really need something like this (I can't see a reason...) is, at the "root_path" redirect to this URL that you want to be your root. - Maurício Linhares http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en) On Mon, Feb 9, 2