Hello, I have developed a rails application and i have a leased server from a company called poundhost. I have purchased a domain name from another company. Presently i use mongrel to run my application from the leased server but i have have to type in the address like http://217....... to reach the rails application. What should I do to use the domain name that i purchased from other compnay to connect to my rails application? Thank you. -- 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 -~----------~----~----~----~------~----~------~--~---
Hassan Schroeder
2008-May-01 19:38 UTC
Re: Hosting rails with domain name on leased server
On Thu, May 1, 2008 at 9:12 AM, Ank Ag <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Presently i use mongrel to run my application from the leased server but > i have have to type in the address like http://217....... to reach the > rails application. > > What should I do to use the domain name that i purchased from other > compnay to connect to my rails application?IP addresses are mapped to host names via DNS -- the Domain Name System. Your hosting provider or domain registrar should have information about setting that up. HTH, -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---