How can I let my clients subdomain my Ruby On Rails / Heroku app?
I have an app that I want my clients to be able to subdomain. Right now it
works like this
www.mydomain.com/clientname/
www.mydomain.com/clientname/page1
www.mydomain.com/clientname/page2
How can I structure the app so that my clients can subdomain it like:
dashboard.client1.com -> www.mydomain.com/clientname/
dashboard.client1.com/page1 -> www.mydomain.com/clientname/page1
etc
Can I use wildcard subdomains?
I can't figure out the terminology for what I want to do, but any
references you can provide would be helpful!
No comments:
Post a Comment