Hello friend, I need to deploy my application on bluehost server. But everwhere i am getting an example of hosting using subdomain. for for access site i need to do something http://subdomain.mysitename.com instead of tht i want something like http://www.mysitename.com.... and i don''t know its quite very confusing to host. please help me with proper example in short. thanks regards abhishek shukla --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Abhishek shukla wrote:> Hello friend, > I need to deploy my application on bluehost server. But everwhere i am > getting an example of hosting using subdomain. for for access site i > need to do something http://subdomain.mysitename.com instead of tht i > want something like http://www.mysitename.com.... and i don''t know its > quite very confusing to host. please help me with proper example in short. > > thanks regards > abhishek shuklaI think the procedure is the same as for a sub-domain, except you need to create a symlink for the main site''s root. Take a look at the last step on this page: http://wiki.radiantcms.org/How_To_Deploy_on_Bluehost It might help you. Cheers, Mohit. 8/29/2008 | 3:00 AM. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
If your rails app is in the following directory: ~/rails-apps/myapp Then the following should do the trick: $ mv ~/public_html ~/original_public_html $ ln -s ~/rails-apps/myapp/public ~/public_html On Aug 23, 12:17 pm, "Abhishek shukla" <bettera...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello friend, > I need to deploy my application on bluehost server. But everwhere i am > getting an example of hosting using subdomain. for for access site i need to > do somethinghttp://subdomain.mysitename.cominstead of tht i want something > likehttp://www.mysitename.com.... and i don''t know its quite very confusing > to host. please help me with proper example in short. > > thanks regards > abhishek shukla--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---