Hi, How do I configure my routing file to handle the following condition: www.my-domain.com --> "Web site under construction" page www.my-domain.com/beta/ --> The actual beta application In the normal case when I access "www.my-domain.com/beta/" the application works fine but the redirects go the root and fails. How can I make sure the "redirects" goes to "/beta/" instead of the root directory? Thanks, Hari -- View this message in context: http://www.nabble.com/routing-question-tf2090380.html#a5761417 Sent from the RubyOnRails Users forum at Nabble.com.
Is it not possible? Nara Hari wrote:> > Hi, > > How do I configure my routing file to handle the following condition: > > www.my-domain.com --> "Web site under construction" page > > www.my-domain.com/beta/ --> The actual beta application > > In the normal case when I access "www.my-domain.com/beta/" the application > works fine but the redirects go the root and fails. How can I make sure > the "redirects" goes to "/beta/" instead of the root directory? > > Thanks, Hari >-- View this message in context: http://www.nabble.com/routing-question-tf2090380.html#a5776129 Sent from the RubyOnRails Users forum at Nabble.com.