Prabesh Shrestha wrote: > Hi all, > I am using subdomainfu plugin for subdomain in my project.I can get > the subdomain in the url with 'current_subdomain'. > But for subdomain to be accepted by my browser I need to change the / > etc/hosts : > 127.0.0.1 localhost > 127.0.0.1 subdomain1.localhost > 127.0.0.1 subdomain2.localhost > > This way I will need to enter subdomain3,subdomain4..... which I can't > do for every user that creates account in my project.I found that I > can't use 127.0.0.1 *.localhost. > > Maybe I am missing something here.Can you suggest me the solution.I am > using webrick server to host my project. > > Thanks , > Prabesh Shrestha
For you local machine, you will have to enter all the subdomains in hosts file. But when you go to production, you can modify your httpd.conf. Ryan has an excellant screencast on this. Have a look at that. But a word of warning, I did create an application using subdomainfu and permalink plugins. The performance was too slow. it could be because i was checking a subdomain against multiple tables. -- 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 [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 -~----------~----~----~----~------~----~------~--~---

