[Rails] Re: Moving from one dns domain to another

2008-10-07 Thread Bharat Ruparel
Thanks Freddy, This was very helpful too. Regards, Bharat -- 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 r

[Rails] Re: Moving from one dns domain to another

2008-10-07 Thread Freddy Andersen
Hi, If you want the customer to land on a landing page that redirects after 5/10 seconds you should just setup two virtualhosts in apache one for the new domain and one for the old... The old domain has one index.html file inside the doc root which has a META refresh inside. example: Ne

[Rails] Re: Moving from one dns domain to another

2008-10-07 Thread Bharat Ruparel
As always, thanks Peter. Regards, Bharat -- 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@g

[Rails] Re: Moving from one dns domain to another

2008-10-07 Thread Peter De Berdt
On 07 Oct 2008, at 15:35, Bharat Ruparel wrote: > My Rails 2.1 app is changing DNS domains. For example: > From: www.oldcompany.com > To: www.newcompany.com > The app uses Apache2, mongrel_cluster, MySQL. > I would like the existing users who visit www.oldcompany.com URLs to > be: > 1. Noti