I have two apps – One is the public face of the application, and the other is the app itself. I’d like to set up heroku to serve one app (the public site one) to http://www., and serve up a different app *.domain
Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
not with Heroku and multiple applications.
If you already have http://www.domain setup when you try to add the wildcard is suspect it wouldn’t let you because the wildcard would also match attempts to http://www.domain and there’s no way to set a priority.
I have apps like you talk of on Heroku and have them all the same codebase and then work out which site should load based off the requested url