2

How can I do to run an application in www.domain.com/folder1 and other in www.domain/folder2, using heroku?

1 Answer 1

3

You can't really do that with Heroku - the system assumes a single app per domain. You do have a couple of options - merge your apps into a single application, setting routing accordingly, or host the applications using subdomains: app1.domain.com, app2.domain.com.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.