Hi Sahil, If someone types in blog.company.com, you will need access to the server on which that domain resides in order to redirect it to your app, it has nothing to do with how you structure your application.
If you setup a redirect, then the user will see yourapp.com/blog/:id unless you reconfigure the routes in routes.rb. The alternative so that the user sees blog.company.com is to frame your site on the company.com website although this is considered slightly 2001 and not really the done thing. Robin On May 29, 7:28 am, Sahil Dave <[email protected]> wrote: > Hi, > > I have a requirement in my rails application where i need to provide access > to a blog from another domain. > e.g: blog.company.com should point to my app's blog_controller's show > action. Is this possible. > > & if it is possible, will the user see: > 1. blog.company.com/blog/some-blog > 2. myapp.com/blog/some-blog > > I read a lot about Subdomain_fu. But i think it can only emulate subdomains > in my own app. like (blog.myapp.com) or (company.blog.myapp.com). > > I really need help on this. Any pointers or suggestions are always welcome. > > Regards > > -- > Sahil --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

