Is it possible to route heroku-rails-app to a subdirectory of my custom domain?
Posted
by ernd enson
on Stack Overflow
See other posts from Stack Overflow
or by ernd enson
Published on 2010-04-14T10:28:56Z
Indexed on
2010/04/18
10:43 UTC
Read the original article
Hit count: 180
I want to setup a rails app on heroku that is part of a website. The website which is hosted on a different server explains the usage of the app, shows a tour, plans, contains a blog on related stuff and so on.
I want to route to my_domain/app and the app should respond to that url. The custom_domain add-on doesnt allow to enter directories.
How can I configure that or how would you realize that scenario?
© Stack Overflow or respective owner