Cristian Vasquez wrote: > I am looking for a solution in my application, i want to provide a > personal "domain" to my users just like del.icio.us do, i don't want a > subdomain, i just want that people can choose to show some information > and give other people a link like www.myapplication.com/name_of_user.
Have a look at this article which shows how to have unique user URLs as either subdomains (without changes to web server or cname records) or as directory path names: http://www.gregwillits.ws/articles/using-subdomains-in-rails-apps -- gw -- 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.

