you need to register the domain with Heroku, and have the user setup their
DNS to point to Heroku.
e.g. either run "heroku domains:add www.mydomain.com" for each domain, or do
that via api (look at the source to the gem to see the API call).

You need to tell Heroku about each and every domain so we know how to route
the traffic.
Many sites do this - for example getcloudapp.com has this feature.

Oren

On Wed, Nov 17, 2010 at 8:04 PM, Alfie <[email protected]> wrote:

> I'd like to be able to offer my users a white label version of our
> product, meaning that their "account" page can be accessed from their
> personal domain rather than from our site so...
>
> www.myapp.com/users/account/1
>
> can be accessed directly at...
>
> www.myusersdomain.com
>
> _without_ an iframe or generic forwarding.  My first thought was to
> give users a subdomain and then have them use a CNAME to point their
> personal domain to their subdomain on my app but that doesn't seem to
> work (I get a Heroku error page that says Heroku No Such App).
>
> There has to be an easier way to do what I want to do right?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<heroku%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en.

Reply via email to